ChronoTab: The Best New Tab Clock
The best timepiece for the new tab page
Qu'est-ce que ChronoTab: The Best New Tab Clock ?
ChronoTab: The Best New Tab Clock est une extension Chrome développée par Dakota Larson, et sa fonction principale est "The best timepiece for the new tab page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChronoTab: The Best New Tab Clock
Téléchargez les fichiers d'extension ChronoTab: The Best New Tab 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
The best timepiece for the new tab page! Features: > Snazzy clock face > Slick digital clock and date > Comprehensive configuration Contact me with ideas, bug reports or comments! [email protected]
Informations de Base sur l'Extension
Nom | ChronoTab: The Best New Tab Clock |
ID | aglflhdjjfabpohbaonlepcofcofpamd |
URL Officiel | https://chromewebstore.google.com/detail/chronotab-the-best-new-ta/aglflhdjjfabpohbaonlepcofcofpamd |
Description | The best timepiece for the new tab page |
Taille du Fichier | 52.83 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2018-04-09 |
Date de Publication | 2018-04-08 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Dakota Larson |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ChronoTab: The Best New Tab Clock", "short_name": "ChronoTab", "author": "Dakota Larson", "description": "The best timepiece for the new tab page", "version": "1.4", "icons": { "16": ".\/res\/clock_16.png", "24": ".\/res\/clock_24.png", "32": ".\/res\/clock_32.png", "48": ".\/res\/clock_48.png", "64": ".\/res\/clock_64.png", "128": ".\/res\/clock_128.png", "256": ".\/res\/clock_256.png" }, "chrome_url_overrides": { "newtab": "clock.html" }, "browser_action": { "default_popup": "popup.html" } } |