TZ Clock
Calendar and clock showing multiple time zones
What is TZ Clock?
TZ Clock is a Chrome extension developed by kamrik, and its main feature is "Calendar and clock showing multiple time zones".
Extension Screenshots
Download TZ Clock Extension CRX File
Download TZ Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a clock icon to your toolbar, when clicked it will display a popup with simple calendar and time in several time zones of your choice.
Extension Basic Information
Name | TZ Clock |
ID | bpeaahhicpbbcnhpokblbhfjcnclfpen |
Official URL | https://chromewebstore.google.com/detail/tz-clock/bpeaahhicpbbcnhpokblbhfjcnclfpen |
Description | Calendar and clock showing multiple time zones |
File Size | 234 KB |
Installation Count | 402 |
Current Version | 0.1.2 |
Last Updated | 2017-04-03 |
Publish Date | 2017-04-02 |
Rating | 3.80/5 Total 10 Ratings |
Developer | kamrik |
Payment Type | free |
Extension Website | https://github.com/kamrik/TZClockExt |
Help Page URL | https://github.com/kamrik/TZClockExt/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TZ Clock", "short_name": "TZ Clock", "description": "Calendar and clock showing multiple time zones", "version": "0.1.2", "options_page": "options.html", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ] } |