HMS Clock
Hour-Minute-Second, Digital Clock
What is HMS Clock?
HMS Clock is a Chrome extension developed by identityindecision, and its main feature is "Hour-Minute-Second, Digital Clock".
Extension Screenshots
Download HMS Clock Extension CRX File
Download HMS 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
One-click to view the exact time in your Chrome extension toolbar. Simple Features, No Fluff: - Present time, down to the second - Free to use and works offline - Adjust the clock's color - Toggle 12-24 hour time
Extension Basic Information
Name | HMS Clock |
ID | mbjkpklcjihpfbldfapoecehlibmfffk |
Official URL | https://chromewebstore.google.com/detail/hms-clock/mbjkpklcjihpfbldfapoecehlibmfffk |
Description | Hour-Minute-Second, Digital Clock |
File Size | 217 KB |
Installation Count | 38 |
Current Version | 1.1.1 |
Last Updated | 2023-03-23 |
Publish Date | 2023-03-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | identityindecision |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/damsalem/ext-clock |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HMS Clock", "description": "Hour-Minute-Second, Digital Clock", "version": "1.1.1", "action": { "default_popup": "\/popup\/popup.html" }, "permissions": [ "storage" ], "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } } |