Nuts Habit Tracker
Build new habits easily with this great habit tracker, Nuts.
Wat is Nuts Habit Tracker?
Nuts Habit Tracker is een Chrome-extensie ontwikkeld door Apes in Capes, en de belangrijkste functie is "Build new habits easily with this great habit tracker, Nuts.".
Extensie Screenshots
Download het CRX-bestand van de extensie Nuts Habit Tracker
Download Nuts Habit Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Nuts Habit Tracker |
ID | iohlnlmpgdbnommfofcdohjlgmncnpgn |
Officiële URL | https://chromewebstore.google.com/detail/nuts-habit-tracker/iohlnlmpgdbnommfofcdohjlgmncnpgn |
Beschrijving | Build new habits easily with this great habit tracker, Nuts. |
Bestandsgrootte | 721 KB |
Aantal Installaties | 486 |
Huidige Versie | 1.3.3 |
Laatst Bijgewerkt | 2022-03-25 |
Publicatiedatum | 2020-04-18 |
Beoordeling | 4.11/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Apes in Capes |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.apesincapes.com |
Ondersteunde Talen | 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'" } |