Growth Tracker
Plant themed journal and mood tracker!
Was ist Growth Tracker?
Growth Tracker ist eine Chrome-Erweiterung, die von Cmd Cat entwickelt wurde, und ihr Hauptmerkmal ist "Plant themed journal and mood tracker!".
Erweiterungsscreenshots
Growth Tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Growth Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Growth Tracker |
ID | pkbbochahepbkpkkidbhhdjhmjafgncm |
Offizielle URL | https://chromewebstore.google.com/detail/growth-tracker/pkbbochahepbkpkkidbhhdjhmjafgncm |
Beschreibung | Plant themed journal and mood tracker! |
Dateigröße | 875 KB |
Installationsanzahl | 2,130 |
Aktuelle Version | 0.13 |
Letztes Update | 2023-08-28 |
Veröffentlichungsdatum | 2022-07-07 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | Cmd Cat |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Namesnipes/Growth-Tracker |
Hilfeseite URL | https://github.com/Namesnipes/Growth-Tracker/issues |
Unterstützte Sprachen | 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" } } |