Habit Tracker
Add personal habits based on your goals and keep track of them.
Qu'est-ce que Habit Tracker ?
Habit Tracker est une extension Chrome développée par teoladmann, et sa fonction principale est "Add personal habits based on your goals and keep track of them.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Habit Tracker
Téléchargez les fichiers d'extension 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
- Basic extension for keeping track of habits. - Upload a habit. - Check the completed days.
Informations de Base sur l'Extension
Nom | Habit Tracker |
ID | ikcpbmlbgoknannnfcnfhmohpcnlphmn |
URL Officiel | https://chromewebstore.google.com/detail/habit-tracker/ikcpbmlbgoknannnfcnfhmohpcnlphmn |
Description | Add personal habits based on your goals and keep track of them. |
Taille du Fichier | 206 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2023-02-02 |
Date de Publication | 2020-01-14 |
Évaluation | 4.45/5 Total 11 Évaluations |
Développeur | teoladmann |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Habit Tracker", "version": "1.4", "description": "Add personal habits based on your goals and keep track of them.", "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |