Clock
A simple clock in the toolbar.
What is Clock?
Clock is a Chrome extension developed by onimax, and its main feature is "A simple clock in the toolbar.".
Extension Screenshots
Download Clock Extension CRX File
Download 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
A minimal clock as a clickable toolbar item.
Extension Basic Information
Name | Clock |
ID | cpocpfccehgaoaefhgfgimjicohiecje |
Official URL | https://chromewebstore.google.com/detail/clock/cpocpfccehgaoaefhgfgimjicohiecje |
Description | A simple clock in the toolbar. |
File Size | 17.3 KB |
Installation Count | 895 |
Current Version | 1.0 |
Last Updated | 2019-03-12 |
Publish Date | 2019-03-12 |
Rating | 4.50/5 Total 6 Ratings |
Developer | onimax |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock", "version": "1.0", "description": "A simple clock in the toolbar.", "browser_action": { "default_title": "Clock", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/base.js", "js\/background.js" ], "persistent": true }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |