Toolbar Digital Clock (12-hour version)
A digital clock for your browser toolbar. UPDATED: Ability to change colors.
What is Toolbar Digital Clock (12-hour version)?
Toolbar Digital Clock (12-hour version) is a Chrome extension developed by dwrx, and its main feature is "A digital clock for your browser toolbar. UPDATED: Ability to change colors.".
Extension Screenshots
Download Toolbar Digital Clock (12-hour version) Extension CRX File
Download Toolbar Digital Clock (12-hour version) 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 simple 12-hour digital clock for your browser. * Lives in the toolbar. * Minimalist and extremely lightweight. * Now with the ability to change the color This is a 12-hour version of Benjamin Kalman's Browser Clock. 24-hour version from original author: https://chrome.google.com/webstore/detail/browser-clock/kjcdpojndfkkmblojbgaohcakjfbmhkm Original 24-hour version source-code: https://github.com/kalman/chrome-extensions/tree/master/browser-clock Modified 12-hour version source-code: https://github.com/durango99/chrome-extensions/tree/master/toolbar-clock
Extension Basic Information
Name | Toolbar Digital Clock (12-hour version) |
ID | melhpmkjaiifbaeocekhicgfofhcbiea |
Official URL | https://chromewebstore.google.com/detail/toolbar-digital-clock-12/melhpmkjaiifbaeocekhicgfofhcbiea |
Description | A digital clock for your browser toolbar. UPDATED: Ability to change colors. |
File Size | 14.8 KB |
Installation Count | 1,339 |
Current Version | 1.9 |
Last Updated | 2022-04-07 |
Publish Date | 2018-09-10 |
Rating | 4.00/5 Total 17 Ratings |
Developer | dwrx |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "infinity.png", "38": "infinity.png" } }, "description": "A digital clock for your browser toolbar. UPDATED: Ability to change colors.", "icons": { "128": "infinity.png", "16": "infinity.png", "48": "infinity.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkoNRZavzaoAJ2QVAiiECNXd\/f\/Bpfn7WuVvPyaLhbaxEtG82UMC8NvieuXVwTG\/OlVFdYBFCShV\/8knx6xTKTl3+ImUvixI\/gGoTTcvFap2VVY4sFdSYYCfHYkT2Wy\/T1g6PTSXJxBqexEEODLD5YTmqyp8qgH8HJ8YCq1Poa0ZDoNy8Qnjfgc84TTAPLWBAlzdRldYgiJDLNFNQpmx2dQcgddhtZrejOFZBfWJARomFABfrXOqxcShVH\/xqNbUHn9VfyHeIQP2ix23zFjb3fbMwY+rgfFFd3Geb\/4QRuZLZH1Bd75XWrmqEygDy7UVAb2oh3hQUTwyqtVDR\/c5jwwIDAQAB", "manifest_version": 2, "name": "Toolbar Digital Clock (12-hour version)", "options_page": "options.html", "permissions": [ "alarms" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.9" } |