Exact Time - Local & UTC
Displays precise local and utc date and time
What is Exact Time - Local & UTC?
Exact Time - Local & UTC is a Chrome extension developed by https://calcpedia.com, and its main feature is "Displays precise local and utc date and time".
Extension Screenshots
Download Exact Time - Local & UTC Extension CRX File
Download Exact Time - Local & UTC 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
Exact Time displays precise date and time in your local timezone as well as the current UTC — Coordinated Universal Time. Simply click the Exact Time icon on your Chrome toolbar to view the running clock that displays local and UTC date and time. No additional configuration is required.
Extension Basic Information
Name | Exact Time - Local & UTC |
ID | iceehfhoipgiceeepgmecejmgcdckohb |
Official URL | https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb |
Description | Displays precise local and utc date and time |
File Size | 199 KB |
Installation Count | 876 |
Current Version | 0.9 |
Last Updated | 2017-02-14 |
Publish Date | 2017-02-14 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://calcpedia.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Exact Time - Local & UTC", "short_name": "Exact Time", "description": "Displays precise local and utc date and time", "version": "0.9", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "mgfn.js", "mgext.js", "mgcls.js", "background.js" ], "persistent": true } } |