New Tab Countdown
Countdown time remaining in the day, week, month, year, or a custom date.
Qu'est-ce que New Tab Countdown ?
New Tab Countdown est une extension Chrome développée par Sebastian Liu, et sa fonction principale est "Countdown time remaining in the day, week, month, year, or a custom date.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Countdown
Téléchargez les fichiers d'extension New Tab Countdown 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
New Tab Countdown replaces the default new tab with customizable countdowns. You can add or remove countdowns, and can select a time remaining format (in seconds, minutes, hours, days, or weeks) and a specified end date (day, week, month, year, or a custom date and description) for each countdown.
Informations de Base sur l'Extension
Nom | New Tab Countdown |
ID | pbeiaielhjhfdpnonbbincehnanaehon |
URL Officiel | https://chromewebstore.google.com/detail/new-tab-countdown/pbeiaielhjhfdpnonbbincehnanaehon |
Description | Countdown time remaining in the day, week, month, year, or a custom date. |
Taille du Fichier | 1.07 MB |
Nombre d'Installations | 1,896 |
Version Actuelle | 2.3.3 |
Dernière Mise à Jour | 2019-03-22 |
Date de Publication | 2019-03-22 |
Évaluation | 4.41/5 Total 27 Évaluations |
Développeur | Sebastian Liu |
Type de Paiement | free |
Site Web de l'Extension | https://new-tab-countdown.github.io/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Countdown", "description": "Countdown time remaining in the day, week, month, year, or a custom date.", "version": "2.3.3", "manifest_version": 2, "icons": { "48": "extension-icons\/Clock-48.png", "128": "extension-icons\/Clock-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |