Streak Tracker
Track your most important habit on a new tab
Cos'è Streak Tracker?
Streak Tracker è un'estensione di Chrome sviluppata da https://ignacio.al, e la sua funzione principale è "Track your most important habit on a new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Streak Tracker
Scarica i file di estensione Streak 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
-----
Updates for 1.6.2:
Thanks for sharing your comments and suggestions! This version brings dark mode and a way to name your habit streak.
We will keep improving this extension for you!
-----
Track your most important habit progress every time you open a new tab, keep motivated and don't lose your streak!
If you want more features, talk about habits or report any bug please contact me at https://twitter.com/ignacioaal Informazioni di Base sull'Estensione
| Nome | |
| ID | fjdnbfpmonlaapmkboaihnaecphjjakd |
| URL Ufficiale | https://chromewebstore.google.com/detail/streak-tracker/fjdnbfpmonlaapmkboaihnaecphjjakd |
| Descrizione | Track your most important habit on a new tab |
| Dimensione del File | 11.82 KB |
| Conteggio Installazioni | 505 |
| Versione Corrente | 1.6.2 |
| Ultimo Aggiornamento | 2022-03-04 |
| Data di Pubblicazione | 2018-06-05 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://ignacio.al |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://ignacio.al |
| URL della Pagina di Aiuto | https://twitter.com/ignacioaal |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Streak Tracker",
"description": "Track your most important habit on a new tab",
"version": "1.6.2",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"manifest_version": 2,
"icons": {
"128": "\/file.png"
},
"chrome_url_overrides": {
"newtab": "\/index.html"
}
} | |