Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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)