World Clocks
World Clock. It displays multiple world clocks that you can add, remove, sort and edit.
What is World Clocks?
World Clocks is a Chrome extension developed by makoto_kw, and its main feature is "World Clock. It displays multiple world clocks that you can add, remove, sort and edit.".
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 Clock extension. It depends on coolclock (http://randomibis.com/coolclock/)
Extension Basic Information
Name | World Clocks |
ID | innfmeekncjandlanpgdmmogkcimekgo |
Official URL | https://chromewebstore.google.com/detail/world-clocks/innfmeekncjandlanpgdmmogkcimekgo |
Description | World Clock. It displays multiple world clocks that you can add, remove, sort and edit. |
File Size | 187 KB |
Installation Count | 44,811 |
Current Version | 0.5 |
Last Updated | 2012-12-28 |
Publish Date | 2012-12-28 |
Rating | 4.12/5 Total 409 Ratings |
Developer | makoto_kw |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_APP_TITLE__", "description": "__MSG_APP_DESCRIPTION__", "version": "0.5", "manifest_version": 2, "default_locale": "en", "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" }, "icons": { "16": "icon_16.png", "128": "icon_128.png" } } |