Habit Tracker
Add personal habits based on your goals and keep track of them.
Cos'è Habit Tracker?
Habit Tracker è un'estensione di Chrome sviluppata da teoladmann, e la sua funzione principale è "Add personal habits based on your goals and keep track of them.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Habit Tracker
Scarica i file di estensione 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
- Basic extension for keeping track of habits. - Upload a habit. - Check the completed days.
Informazioni di Base sull'Estensione
Nome | Habit Tracker |
ID | ikcpbmlbgoknannnfcnfhmohpcnlphmn |
URL Ufficiale | https://chromewebstore.google.com/detail/habit-tracker/ikcpbmlbgoknannnfcnfhmohpcnlphmn |
Descrizione | Add personal habits based on your goals and keep track of them. |
Dimensione del File | 206 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2023-02-02 |
Data di Pubblicazione | 2020-01-14 |
Valutazione | 4.45/5 Totale 11 Valutazioni |
Sviluppatore | teoladmann |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Habit Tracker", "version": "1.4", "description": "Add personal habits based on your goals and keep track of them.", "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |