Showtime: Analog Clock for Google Chrome -TM
Adds an analog clock to the Chrome toolbar.
What is Showtime: Analog Clock for Google Chrome -TM?
Showtime: Analog Clock for Google Chrome -TM is a Chrome extension developed by https://www.daskeyboard.com, and its main feature is "Adds an analog clock to the Chrome toolbar.".
Extension Screenshots
Download Showtime: Analog Clock for Google Chrome -TM Extension CRX File
Download Showtime: Analog Clock for Google Chrome -TM 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
High contrast, slick analog clock for your browser toolbar. Author: supercobra http://twitter.com/supercobra
Extension Basic Information
Name | Showtime: Analog Clock for Google Chrome -TM |
ID | gmijbecoabidbcpmdmjliomhiajakgfc |
Official URL | https://chromewebstore.google.com/detail/showtime-analog-clock-for/gmijbecoabidbcpmdmjliomhiajakgfc |
Description | Adds an analog clock to the Chrome toolbar. |
File Size | 286 KB |
Installation Count | 562 |
Current Version | 1.5 |
Last Updated | 2023-08-18 |
Publish Date | 2012-12-27 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://www.daskeyboard.com |
[email protected] | |
Payment Type | free |
Extension Website | http://twitter.com/supercobra |
Help Page URL | http://twitter.com/supercobra |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Showtime: Analog Clock for Google Chrome -TM", "version": "1.5", "manifest_version": 2, "icons": { "16": "clock-16px.png", "48": "clock-48px.png", "128": "clock-128px.png" }, "description": "Adds an analog clock to the Chrome toolbar.", "background": { "page": "background.html" }, "browser_action": { "default_icon": "clock.png", "default_popup": "popup.html" }, "permissions": [] } |