World Clock
Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
What is World Clock?
World Clock is a Chrome extension developed by bulenttastan, and its main feature is "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.".
Extension Screenshots
Download World Clock Extension CRX File
Download World 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
The world clock showing many cities including the UTC time. It's useful for people working with remote teams with a visual way to see if it is night or daytime. * Switch between 12h and 24h views * See UTC (GMT) time, helpful to check any server time * Countries and individual cities included * Automatically adjusts for daylight savings time
Extension Basic Information
Name | World Clock |
ID | dngepaapinafpbhfbfjhkcbabhfakmia |
Official URL | https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia |
Description | Interactive world clocks extension, beautiful UI, easily one click to show, work offline. |
File Size | 236 KB |
Installation Count | 822 |
Current Version | 1.1 |
Last Updated | 2020-11-28 |
Publish Date | 2020-04-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | bulenttastan |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "World Clock", "version": "1.1", "description": "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.", "browser_action": { "default_icon": "assets\/images\/logo\/19.png", "default_popup": "popup.html" }, "icons": { "32": "\/assets\/images\/logo\/32.png", "48": "\/assets\/images\/logo\/48.png", "64": "\/assets\/images\/logo\/64.png", "128": "\/assets\/images\/logo\/128.png" }, "manifest_version": 2 } |