Growth Tracker
Plant themed journal and mood tracker!
What is Growth Tracker?
Growth Tracker is a Chrome extension developed by Cmd Cat, and its main feature is "Plant themed journal and mood tracker!".
Extension Screenshots
Download Growth Tracker Extension CRX File
Download Growth Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Growth Tracker |
ID | pkbbochahepbkpkkidbhhdjhmjafgncm |
Official URL | https://chromewebstore.google.com/detail/growth-tracker/pkbbochahepbkpkkidbhhdjhmjafgncm |
Description | Plant themed journal and mood tracker! |
File Size | 875 KB |
Installation Count | 2,130 |
Current Version | 0.13 |
Last Updated | 2023-08-28 |
Publish Date | 2022-07-07 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Cmd Cat |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Namesnipes/Growth-Tracker |
Help Page URL | https://github.com/Namesnipes/Growth-Tracker/issues |
Supported Languages | 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" } } |