Days Since (Days Count)
Displays the number of days since a specified date right in the toolbar. (Days Count)
Qu'est-ce que Days Since (Days Count) ?
Days Since (Days Count) est une extension Chrome développée par virajctech, et sa fonction principale est "Displays the number of days since a specified date right in the toolbar. (Days Count)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Days Since (Days Count)
Téléchargez les fichiers d'extension Days Since (Days Count) 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
It's a great tool to Break bad habits / Create good habits / Track how far you have come since some important day. It's a days count that is ALWAYS visible right in your Chrome toolbar, next to where you type your URLs. Easily change the date by clicking on the extension logo. This also syncs between browsers. Like if you login to same chrome account on two different PCs, it'll show the same results! This extension is open source: https://github.com/virajvchavan/daysCount
Informations de Base sur l'Extension
Nom | Days Since (Days Count) |
ID | emhhhnhbnjkilmhkiibfhjmefpipnmke |
URL Officiel | https://chromewebstore.google.com/detail/days-since-days-count/emhhhnhbnjkilmhkiibfhjmefpipnmke |
Description | Displays the number of days since a specified date right in the toolbar. (Days Count) |
Taille du Fichier | 23.59 KB |
Nombre d'Installations | 1,284 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-08-31 |
Date de Publication | 2019-08-31 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | virajctech |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/virajvchavan/daysCount |
URL de la Page d'Aide | https://github.com/virajvchavan/daysCount |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Days Since (Days Count)", "short_name": "Days Since", "version": "1.1", "description": "Displays the number of days since a specified date right in the toolbar. (Days Count)", "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_title": "Click here to set the date", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" } } |