QlockTwo Chrome Extension
A minimal Chrome Extension clock inspired by QlockTwo.
Vad är QlockTwo Chrome Extension?
QlockTwo Chrome Extension är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A minimal Chrome Extension clock inspired by QlockTwo.".
Tilläggsskärmbilder
Ladda ner QlockTwo Chrome Extension-förlängningens CRX-fil
Ladda ner QlockTwo Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | jlcfmpcogghopiobecfjjocabjppmbfj |
| Officiell webbadress | https://chromewebstore.google.com/detail/qlocktwo-chrome-extension/jlcfmpcogghopiobecfjjocabjppmbfj |
| Beskrivning | A minimal Chrome Extension clock inspired by QlockTwo. |
| Filstorlek | 333 KB |
| Antal Installationer | 95 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2013-10-26 |
| Publiceringsdatum | 2013-10-26 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | http://qlocktwo.anthonydupont.be |
| Stödda Språk | 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"
}
} | |