UTC Time
Displays current Coordinated Universal Time (UTC).
What is UTC Time?
UTC Time is a Chrome extension developed by SmartAzanClock, and its main feature is "Displays current Coordinated Universal Time (UTC).".
Extension Screenshots
Download UTC Time Extension CRX File
Download UTC Time 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
✔️ Single-purpose ✔️ Lightweight Click on the icon to switch between 24hr & 12hr modes.
Extension Basic Information
Name | UTC Time |
ID | moffeconabpedpjjodkhfllgflhaniim |
Official URL | https://chromewebstore.google.com/detail/utc-time/moffeconabpedpjjodkhfllgflhaniim |
Description | Displays current Coordinated Universal Time (UTC). |
File Size | 6.19 KB |
Installation Count | 639 |
Current Version | 0.0.1.9 |
Last Updated | 2022-09-17 |
Publish Date | 2022-01-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | SmartAzanClock |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://smartazanclock.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "version": "0.0.1.9", "default_locale": "en", "description": "__MSG_description__", "manifest_version": 3, "permissions": [ "storage", "alarms" ], "background": { "service_worker": "serviceWorker.js" }, "minimum_chrome_version": "88", "action": { "default_title": "__MSG_short_name__", "default_icon": { "128": "images\/_icon.png" } }, "icons": { "128": "images\/_icon.png" } } |