Nuts Habit Tracker
Build new habits easily with this great habit tracker, Nuts.
Cos'è Nuts Habit Tracker?
Nuts Habit Tracker è un'estensione di Chrome sviluppata da Apes in Capes, e la sua funzione principale è "Build new habits easily with this great habit tracker, Nuts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nuts Habit Tracker
Scarica i file di estensione Nuts 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 habit tracker allows you to create a new habit and accumulate points for stringing together streaks. Track up to 10 habits at a time! Every day you do your habit you get one more nut than the day before. Every day you don't do your habit you eat one more nut than the day before. Start your stockpile by adding your first habit! To navigate the calendar use the keys: up, down, left, right, m, and w. Also, if this extension is helpful, tell your friends about it! There are links at the bottom so you can let your friends know by sharing it via Facebook, LinkedIn, Twitter, WhatsApp, and Reddit.
Informazioni di Base sull'Estensione
Nome | Nuts Habit Tracker |
ID | iohlnlmpgdbnommfofcdohjlgmncnpgn |
URL Ufficiale | https://chromewebstore.google.com/detail/nuts-habit-tracker/iohlnlmpgdbnommfofcdohjlgmncnpgn |
Descrizione | Build new habits easily with this great habit tracker, Nuts. |
Dimensione del File | 721 KB |
Conteggio Installazioni | 486 |
Versione Corrente | 1.3.3 |
Ultimo Aggiornamento | 2022-03-25 |
Data di Pubblicazione | 2020-04-18 |
Valutazione | 4.11/5 Totale 9 Valutazioni |
Sviluppatore | Apes in Capes |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.apesincapes.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nuts Habit Tracker", "description": "Build new habits easily with this great habit tracker, Nuts.", "version": "1.3.3", "icons": { "128": ".\/icons\/icon128.png", "48": ".\/icons\/icon48.png", "16": ".\/icons\/icon16.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": ".\/icons\/icon128.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |