Browser Clock
A clock for your browser
What is Browser Clock?
Browser Clock is a Chrome extension developed by btkalman, and its main feature is "A clock for your browser".
Extension Screenshots
Download Browser Clock Extension CRX File
Download Browser 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
* Lives in the toolbar. * Minimalist and lightweight. * High resolution. * 12 or 24 hour. * Source code available at https://github.com/kalman/chrome-extensions/tree/master/browser-clock.
Extension Basic Information
Name | Browser Clock |
ID | kjcdpojndfkkmblojbgaohcakjfbmhkm |
Official URL | https://chromewebstore.google.com/detail/browser-clock/kjcdpojndfkkmblojbgaohcakjfbmhkm |
Description | A clock for your browser |
File Size | 30.88 KB |
Installation Count | 667 |
Current Version | 5.1 |
Last Updated | 2014-06-17 |
Publish Date | 2014-06-17 |
Rating | 4.14/5 Total 14 Ratings |
Developer | btkalman |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "assets\/infinity19.png", "38": "assets\/infinity38.png" }, "default_popup": "options.html" }, "description": "A clock for your browser", "icons": { "16": "assets\/infinity16.png", "48": "assets\/infinity48.png", "128": "assets\/infinity128.png" }, "manifest_version": 2, "options_page": "options.html", "name": "Browser Clock", "permissions": [ "alarms", "storage" ], "version": "5.1" } |