Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kartheekgj/timezoneconverter
This is a chrome addon which helps us to convert the current time into CET and US Time zones
https://github.com/kartheekgj/timezoneconverter
chrome-extension timezone-conversion
Last synced: 9 days ago
JSON representation
This is a chrome addon which helps us to convert the current time into CET and US Time zones
- Host: GitHub
- URL: https://github.com/kartheekgj/timezoneconverter
- Owner: kartheekgj
- License: mit
- Created: 2024-09-17T06:26:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T11:12:39.000Z (3 months ago)
- Last Synced: 2024-10-06T03:05:52.032Z (3 months ago)
- Topics: chrome-extension, timezone-conversion
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/time-zone-converter/jllldjnklmpimggoniopapdmfoilaejl?authuser=0&hl=en-GB
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TimezoneConverter Chrome Extension
This Chrome extension allows you to easily convert the current time into Central European Time (CET) and U.S. time zones.
# [Chrome App](https://chromewebstore.google.com/detail/time-zone-converter/jllldjnklmpimggoniopapdmfoilaejl?authuser=0&hl=en-GB)
## Getting Started
### Clone the Repository
To get started, clone the repository:
```bash
git clone
```Once cloned, navigate to the `src` folder inside the cloned repository.
### Load the Unpacked Extension
To load the extension in Chrome's developer mode:
1. Open the Extensions page by entering `chrome://extensions` into a new tab.
- Alternatively, click the Extensions menu (the puzzle icon) and select "Manage Extensions" at the bottom of the menu, or go to the Chrome menu, hover over "More Tools," and select "Extensions."
2. Enable Developer Mode by toggling the switch at the top right.
3. Click the "Load unpacked" button.
4. Select the `src` folder from the cloned repository.
5. Once loaded, you should see the extension installed. If no custom icons are specified in the manifest, Chrome will use a generic icon.You're all set! The extension is now ready to use for timezone conversions.