Analog Toolbar Clock CE-7
Show the current time like analog clock face on toolbar and small calendar on popup window.
What is Analog Toolbar Clock CE-7?
Analog Toolbar Clock CE-7 is a Chrome extension developed by https://www.styleseven.com, and its main feature is "Show the current time like analog clock face on toolbar and small calendar on popup window.".
Extension Screenshots
Download Analog Toolbar Clock CE-7 Extension CRX File
Download Analog Toolbar Clock CE-7 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
Extension that displays small analog clock (19*19 pixels). To show calendar click on the extension icon.
Extension Basic Information
Name | Analog Toolbar Clock CE-7 |
ID | hkhhgbmlinegdbjpacanjedgcgpmpcmc |
Official URL | https://chromewebstore.google.com/detail/analog-toolbar-clock-ce-7/hkhhgbmlinegdbjpacanjedgcgpmpcmc |
Description | Show the current time like analog clock face on toolbar and small calendar on popup window. |
File Size | 14.36 KB |
Installation Count | 231 |
Current Version | 1.0 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 4.33/5 Total 3 Ratings |
Developer | https://www.styleseven.com |
Payment Type | free |
Extension Website | http://www.styleseven.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Analog Toolbar Clock CE-7", "version": "1.0", "background": { "scripts": [ "base.js" ] }, "description": "Show the current time like analog clock face on toolbar and small calendar on popup window.", "icons": { "128": "icon_128.png" }, "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |