Toolbar Clock CE-7
Show the current time on toolbar and small calendar on popup window.
Qu'est-ce que Toolbar Clock CE-7 ?
Toolbar Clock CE-7 est une extension Chrome développée par https://www.styleseven.com, et sa fonction principale est "Show the current time on toolbar and small calendar on popup window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Toolbar Clock CE-7
Téléchargez les fichiers d'extension Toolbar Clock CE-7 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
Press on the extension button to show popup window. Click on date picker to show calendar. Use "Options" dialog to switch Am/Pm mode to off or select font color.
Informations de Base sur l'Extension
Nom | Toolbar Clock CE-7 |
ID | blmjmiddomienmbjkijkgdohhfhclpjc |
URL Officiel | https://chromewebstore.google.com/detail/toolbar-clock-ce-7/blmjmiddomienmbjkijkgdohhfhclpjc |
Description | Show the current time on toolbar and small calendar on popup window. |
Taille du Fichier | 14.93 KB |
Nombre d'Installations | 1,970 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2015-10-19 |
Date de Publication | 2015-10-19 |
Évaluation | 4.05/5 Total 21 Évaluations |
Développeur | https://www.styleseven.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.styleseven.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toolbar Clock CE-7", "version": "2.1", "background": { "scripts": [ "base.js" ] }, "description": "Show the current time on toolbar and small calendar on popup window.", "icons": { "128": "icon_128.png" }, "browser_action": { "default_popup": "popup.html" }, "options_page": "options.html", "manifest_version": 2 } |