Growth Tracker
Plant themed journal and mood tracker!
Qu'est-ce que Growth Tracker ?
Growth Tracker est une extension Chrome développée par Cmd Cat, et sa fonction principale est "Plant themed journal and mood tracker!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Growth Tracker
Téléchargez les fichiers d'extension Growth 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
Track your mood and journal your thoughts right in your browser! Growth Tracker features: >Daily mood tracking >Daily Journaling >Year overview >View and edit past entries >Export mood/journal history >Offline support >Lock entries to prevent accidental editing >Calming plant theme Designed and programmed by Namesnipes and WillowRed AKA Cmd Cat
Informations de Base sur l'Extension
Nom | Growth Tracker |
ID | pkbbochahepbkpkkidbhhdjhmjafgncm |
URL Officiel | https://chromewebstore.google.com/detail/growth-tracker/pkbbochahepbkpkkidbhhdjhmjafgncm |
Description | Plant themed journal and mood tracker! |
Taille du Fichier | 875 KB |
Nombre d'Installations | 2,130 |
Version Actuelle | 0.13 |
Dernière Mise à Jour | 2023-08-28 |
Date de Publication | 2022-07-07 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | Cmd Cat |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Namesnipes/Growth-Tracker |
URL de la Page d'Aide | https://github.com/Namesnipes/Growth-Tracker/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Plant themed journal and mood tracker!", "manifest_version": 3, "name": "Growth Tracker", "version": "0.13", "permissions": [ "storage" ], "homepage_url": "https:\/\/github.com\/Namesnipes\/Extension", "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "action": { "default_popup": "main.html", "default_title": "Growth Tracker" } } |