Clock
A simple and customizable clock
Qu'est-ce que Clock ?
Clock est une extension Chrome développée par Mohammed Babur, et sa fonction principale est "A simple and customizable clock".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clock
Téléchargez les fichiers d'extension Clock 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
Simple clock that you can customize. Options include colors, analog/digital, 12hour/24hour, pop-up size, font. It is usable as a home page. Watch the video to see how to use the options.
Informations de Base sur l'Extension
Nom | Clock |
ID | lhnilmmbjipfingcjmghmdnenpcnaece |
URL Officiel | https://chromewebstore.google.com/detail/clock/lhnilmmbjipfingcjmghmdnenpcnaece |
Description | A simple and customizable clock |
Taille du Fichier | 233 KB |
Nombre d'Installations | 1,850 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2015-02-02 |
Date de Publication | 2015-02-01 |
Évaluation | 2.82/5 Total 11 Évaluations |
Développeur | Mohammed Babur |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock", "description": "A simple and customizable clock", "version": "2.2", "manifest_version": 2, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-19.png", "default_popup": "clock.html" }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "permissions": [ "storage" ] } |