Simple Habit Tracker
A minimalistic habit tracker
Qu'est-ce que Simple Habit Tracker ?
Simple Habit Tracker est une extension Chrome développée par ddupont808, et sa fonction principale est "A minimalistic habit tracker".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Habit Tracker
Téléchargez les fichiers d'extension Simple Habit Tracker 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 extension replaces your New Tab with a minimalist habit tracker. Each dot represents a day, with opaque dots being current and previous days while faded dots are days in the future. Click the dot if you did the one thing you were supposed to do on that day. If you fail to do so, you will be greeted by an understandably dissapointed emoji the next time you open a new tab. Inspired by https://www.reddit.com/r/theXeffect/, currently it only supports tracking 1 habit at a time.
Informations de Base sur l'Extension
Nom | Simple Habit Tracker |
ID | cndpjnlmeibpkoadaacmbdhmackmbfgj |
URL Officiel | https://chromewebstore.google.com/detail/simple-habit-tracker/cndpjnlmeibpkoadaacmbdhmackmbfgj |
Description | A minimalistic habit tracker |
Taille du Fichier | 86.76 KB |
Nombre d'Installations | 93 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-06-25 |
Date de Publication | 2020-06-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ddupont808 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ddupont808/simple-habit-tracker |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Habit Tracker", "version": "1.0", "description": "A minimalistic habit tracker", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" } } |