Tab Clock
Shows a clock on the 'New Tab' page.
Qu'est-ce que Tab Clock ?
Tab Clock est une extension Chrome développée par https://www.jannesmeyer.com, et sa fonction principale est "Shows a clock on the 'New Tab' page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Clock
Téléchargez les fichiers d'extension 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
This is an extension that makes the 'New Tab' page distraction-free by replacing it with a simple, digital clock. Furthermore, it shows some convenient shortcut links at the bottom of the 'New Tab' page. Source code (licensed under GPLv3): https://github.com/JannesMeyer/chrome-tab-clock
Informations de Base sur l'Extension
Nom | Tab Clock |
ID | mjddhoajkbckpgjlhnanopanjhalbgij |
URL Officiel | https://chromewebstore.google.com/detail/tab-clock/mjddhoajkbckpgjlhnanopanjhalbgij |
Description | Shows a clock on the 'New Tab' page. |
Taille du Fichier | 8.06 KB |
Nombre d'Installations | 215 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-03-09 |
Date de Publication | 2015-03-09 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | https://www.jannesmeyer.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/JannesMeyer/Tab-Clock |
URL de la Page d'Aide | https://github.com/JannesMeyer/Tab-Clock/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Clock", "version": "1.0", "description": "Shows a clock on the 'New Tab' page.", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "tab.html" } } |