Toolbar Clock CE-7
Show the current time on toolbar and small calendar on popup window.
What is Toolbar Clock CE-7?
Toolbar Clock CE-7 is a Chrome extension developed by https://www.styleseven.com, and its main feature is "Show the current time on toolbar and small calendar on popup window.".
Extension Screenshots
Download Toolbar Clock CE-7 Extension CRX File
Download 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
Press on the extension button to show popup window. Click on date picker to show calendar. Use "Options" dialog to switch Am/Pm mode to off or select font color.
Extension Basic Information
Name | Toolbar Clock CE-7 |
ID | blmjmiddomienmbjkijkgdohhfhclpjc |
Official URL | https://chromewebstore.google.com/detail/toolbar-clock-ce-7/blmjmiddomienmbjkijkgdohhfhclpjc |
Description | Show the current time on toolbar and small calendar on popup window. |
File Size | 14.93 KB |
Installation Count | 1,970 |
Current Version | 2.1 |
Last Updated | 2015-10-19 |
Publish Date | 2015-10-19 |
Rating | 4.05/5 Total 21 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": "Toolbar Clock CE-7", "version": "2.1", "background": { "scripts": [ "base.js" ] }, "description": "Show the current time on toolbar and small calendar on popup window.", "icons": { "128": "icon_128.png" }, "browser_action": { "default_popup": "popup.html" }, "options_page": "options.html", "manifest_version": 2 } |