Nuts Habit Tracker
Build new habits easily with this great habit tracker, Nuts.
¿Qué es Nuts Habit Tracker?
Nuts Habit Tracker es una extensión de Chrome desarrollada por Apes in Capes, y su función principal es "Build new habits easily with this great habit tracker, Nuts.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Nuts Habit Tracker
Descarga archivos de extensión Nuts Habit Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Nuts Habit Tracker |
ID | iohlnlmpgdbnommfofcdohjlgmncnpgn |
URL Oficial | https://chromewebstore.google.com/detail/nuts-habit-tracker/iohlnlmpgdbnommfofcdohjlgmncnpgn |
Descripción | Build new habits easily with this great habit tracker, Nuts. |
Tamaño del Archivo | 721 KB |
Cantidad de Instalaciones | 486 |
Versión Actual | 1.3.3 |
Última Actualización | 2022-03-25 |
Fecha de Publicación | 2020-04-18 |
Calificación | 4.11/5 Total de 9 Calificaciones |
Desarrollador | Apes in Capes |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.apesincapes.com |
Idiomas Soportados | 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'" } |