Nuts Habit Tracker
Build new habits easily with this great habit tracker, Nuts.
Qu'est-ce que Nuts Habit Tracker ?
Nuts Habit Tracker est une extension Chrome développée par Apes in Capes, et sa fonction principale est "Build new habits easily with this great habit tracker, Nuts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nuts Habit Tracker
Téléchargez les fichiers d'extension Nuts Habit Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Nuts Habit Tracker |
ID | iohlnlmpgdbnommfofcdohjlgmncnpgn |
URL Officiel | https://chromewebstore.google.com/detail/nuts-habit-tracker/iohlnlmpgdbnommfofcdohjlgmncnpgn |
Description | Build new habits easily with this great habit tracker, Nuts. |
Taille du Fichier | 721 KB |
Nombre d'Installations | 486 |
Version Actuelle | 1.3.3 |
Dernière Mise à Jour | 2022-03-25 |
Date de Publication | 2020-04-18 |
Évaluation | 4.11/5 Total 9 Évaluations |
Développeur | Apes in Capes |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.apesincapes.com |
Langues Prises en Charge | 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'" } |