Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmshvetsov/rmtr-chrome-extension
Chrome new-tab extension. This project is WIP, not released, and will be more user-friendly in near future. Stay tuned, click "Watch" button!
https://github.com/dmshvetsov/rmtr-chrome-extension
chrome-extension google-chrome google-chrome-extension time-zones timezones
Last synced: 9 days ago
JSON representation
Chrome new-tab extension. This project is WIP, not released, and will be more user-friendly in near future. Stay tuned, click "Watch" button!
- Host: GitHub
- URL: https://github.com/dmshvetsov/rmtr-chrome-extension
- Owner: dmshvetsov
- Created: 2020-11-10T07:41:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T12:53:59.000Z (about 4 years ago)
- Last Synced: 2024-11-06T08:13:34.306Z (about 2 months ago)
- Topics: chrome-extension, google-chrome, google-chrome-extension, time-zones, timezones
- Language: JavaScript
- Homepage:
- Size: 424 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rmtr
New tab extension for Google Chrome browser. Displays time in diferent time zones.
![Alt text](/examples/rmtr.png "Example")
[Color pallete used](https://coolors.co/fffcf2-ccc5b9-403d39-252422-eb5e28)
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Setup and Usage
Currently this extenstion available to install only manually.
1. Clone/download the project to your hard drive.
1. Open `scr/App.js` and add time zones that you need to track into `INITIAL_LOCATIONS` variable.
1. Run `yarn && yarn build`
1. Open "Manage extensions" in Google Chrome.
1. Click "Load unpacked".
1. In the opened window find the root of the project and click "select".
1. Open new tab to see the extension in action.## Author
[Dmitry Shvetsov](https://twitter.com/iamdidev)