TinyToolbarClock
This extension shows the time and date in the toolbar
Qu'est-ce que TinyToolbarClock ?
TinyToolbarClock est une extension Chrome développée par netchipguy, et sa fonction principale est "This extension shows the time and date in the toolbar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TinyToolbarClock
Téléchargez les fichiers d'extension TinyToolbarClock 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
This tiny extension puts a tiny clock *and month/date calendar* in your toolbar! Perfect for full-screen use of Chrome! Highly Recommended: 1) A HiDPI display such as a Retina Mac or Chromebook Pixel 2) Good vision -Netchipguy
Informations de Base sur l'Extension
Nom | TinyToolbarClock |
ID | hnageloldpcdmnceombonmmakpnaehnf |
URL Officiel | https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf |
Description | This extension shows the time and date in the toolbar |
Taille du Fichier | 12.48 KB |
Nombre d'Installations | 564 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-12-05 |
Date de Publication | 2015-12-04 |
Évaluation | 4.40/5 Total 10 Évaluations |
Développeur | netchipguy |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyToolbarClock", "description": "This extension shows the time and date in the toolbar", "version": "1.2", "icons": { "16": "myclock16.png", "32": "myclock32.png", "48": "myclock48.png", "128": "myclock128.png" }, "browser_action": { "default_icon": "myclock48.png" }, "background": { "scripts": [ "background.js" ] } } |