DayCountDown
show the countdown of day a new tab
Qu'est-ce que DayCountDown ?
DayCountDown est une extension Chrome développée par ShulinChen, et sa fonction principale est "show the countdown of day a new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DayCountDown
Téléchargez les fichiers d'extension DayCountDown 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
countdown of the day in a new Tab to increase user's productivity.
Informations de Base sur l'Extension
Nom | DayCountDown |
ID | gldjpdjepgkghlcbfmhgflhhefipahcb |
URL Officiel | https://chromewebstore.google.com/detail/daycountdown/gldjpdjepgkghlcbfmhgflhhefipahcb |
Description | show the countdown of day a new tab |
Taille du Fichier | 66.84 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-10-11 |
Date de Publication | 2015-10-11 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | ShulinChen |
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": "DayCountDown", "version": "1.0.1", "description": "show the countdown of day a new tab", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "offline_enabled": true, "permissions": [ "https:\/\/ssl.google-analytics.com\/ga.js", "*:\/\/*.googleapis.com\/*", "storage" ] } |