QlockTwo Chrome Extension
A minimal Chrome Extension clock inspired by QlockTwo.
What is QlockTwo Chrome Extension?
QlockTwo Chrome Extension is a Chrome extension developed by Unknown, and its main feature is "A minimal Chrome Extension clock inspired by QlockTwo.".
Extension Screenshots
Download QlockTwo Chrome Extension Extension CRX File
Download QlockTwo Chrome Extension 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
QlockTwo Chrome Extension is a simple extension that replaces your "New Tab" screen by a beautiful minimal clock that shows you the current time in her own special way. This extension is inspired by the QlockTwo. http://www.qlocktwo.com/ Versions: 1.2 : Fixing bugs
Extension Basic Information
Name | QlockTwo Chrome Extension |
ID | jlcfmpcogghopiobecfjjocabjppmbfj |
Official URL | https://chromewebstore.google.com/detail/qlocktwo-chrome-extension/jlcfmpcogghopiobecfjjocabjppmbfj |
Description | A minimal Chrome Extension clock inspired by QlockTwo. |
File Size | 333 KB |
Installation Count | 95 |
Current Version | 1.2 |
Last Updated | 2013-10-26 |
Publish Date | 2013-10-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://qlocktwo.anthonydupont.be |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QlockTwo Chrome Extension", "description": "A minimal Chrome Extension clock inspired by QlockTwo.", "version": "1.2", "author": "Anthony Du Pont", "homepage_url": "http:\/\/qlocktwo.anthonydupont.be", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |