QlockTwo Chrome Extension
A minimal Chrome Extension clock inspired by QlockTwo.
Qu'est-ce que QlockTwo Chrome Extension ?
QlockTwo Chrome Extension est une extension Chrome développée par Unknown, et sa fonction principale est "A minimal Chrome Extension clock inspired by QlockTwo.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QlockTwo Chrome Extension
Téléchargez les fichiers d'extension QlockTwo Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | QlockTwo Chrome Extension |
ID | jlcfmpcogghopiobecfjjocabjppmbfj |
URL Officiel | https://chromewebstore.google.com/detail/qlocktwo-chrome-extension/jlcfmpcogghopiobecfjjocabjppmbfj |
Description | A minimal Chrome Extension clock inspired by QlockTwo. |
Taille du Fichier | 333 KB |
Nombre d'Installations | 95 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2013-10-26 |
Date de Publication | 2013-10-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | http://qlocktwo.anthonydupont.be |
Langues Prises en Charge | 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" } } |