Toolbar Clock
Stylish analog clock in your browser toolbar.
What is Toolbar Clock?
Toolbar Clock is a Chrome extension developed by Muyor, and its main feature is "Stylish analog clock in your browser toolbar.".
Extension Screenshots
Download Toolbar Clock Extension CRX File
Download Toolbar 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
Toolbar Clock is a browser add-on that renders a stylish analog clock in the toolbar popup and also a simple analog clock as the toolbar icon. To see the clock, please click on the toolbar icon to open the popup. There are few settings at the bottom of the UI to adjust the clock. There is also a reload button to refresh the clock UI in case an unexpected error happens. Please note that this add-on does not have any options or settings to adjust. All you need is available in toolbar popup UI. If you want to report a bug or have a feature request, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/toolbar-clock.html).
Extension Basic Information
Name | Toolbar Clock |
ID | cemihgihgpjhjdgbebpmckbeonpnffjj |
Official URL | https://chromewebstore.google.com/detail/toolbar-clock/cemihgihgpjhjdgbebpmckbeonpnffjj |
Description | Stylish analog clock in your browser toolbar. |
File Size | 61 KB |
Installation Count | 824 |
Current Version | 0.1.3 |
Last Updated | 2023-11-18 |
Publish Date | 2018-04-02 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Muyor |
[email protected] | |
Payment Type | free |
Extension Website | https://mybrowseraddon.com/toolbar-clock.html |
Help Page URL | https://mybrowseraddon.com/toolbar-clock.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "name": "Toolbar Clock", "offline_enabled": true, "description": "Stylish analog clock in your browser toolbar.", "homepage_url": "https:\/\/mybrowseraddon.com\/toolbar-clock.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage", "contextMenus" ], "action": { "default_title": "Toolbar Clock", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |