World Clocks
World Clocks
What is World Clocks?
World Clocks is a Chrome extension developed by https://quickrr.com, and its main feature is "World Clocks".
Extension Screenshots
Download World Clocks Extension CRX File
Download World Clocks 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
World Clocks is a simple yet powerful Chrome extension to display current time in different time zones. Select country & city, and every time you open World Clocks you have local time instantly. Chrome productivity extensions by http://quickrr.com
Extension Basic Information
Name | World Clocks |
ID | ajnbnekhpkkfaobjalnhdoofajkghidp |
Official URL | https://chromewebstore.google.com/detail/world-clocks/ajnbnekhpkkfaobjalnhdoofajkghidp |
Description | World Clocks |
File Size | 255 KB |
Installation Count | 8,708 |
Current Version | 2.0 |
Last Updated | 2015-02-22 |
Publish Date | 2015-02-22 |
Rating | 4.41/5 Total 222 Ratings |
Developer | https://quickrr.com |
Payment Type | free |
Extension Website | http://quickrr.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "name": "World Clocks", "version": "2.0", "manifest_version": 2, "description": "World Clocks", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.htm", "default_title": "World Clocks" }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } } |