Simple Habit Tracker
A minimalistic habit tracker
Cos'è Simple Habit Tracker?
Simple Habit Tracker è un'estensione di Chrome sviluppata da ddupont808, e la sua funzione principale è "A minimalistic habit tracker".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Habit Tracker
Scarica i file di estensione Simple Habit Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Simple Habit Tracker |
ID | cndpjnlmeibpkoadaacmbdhmackmbfgj |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-habit-tracker/cndpjnlmeibpkoadaacmbdhmackmbfgj |
Descrizione | A minimalistic habit tracker |
Dimensione del File | 86.76 KB |
Conteggio Installazioni | 93 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-06-25 |
Data di Pubblicazione | 2020-06-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ddupont808 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ddupont808/simple-habit-tracker |
Lingue Supportate | 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" } } |