Growth Tracker
Plant themed journal and mood tracker!
Hvad er Growth Tracker?
Growth Tracker er en Chrome-udvidelse udviklet af Cmd Cat, og dens hovedfunktion er "Plant themed journal and mood tracker!".
Udvidelsesskærmbilleder
Download Growth Tracker-udvidelses-CRX-fil
Download Growth Tracker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pkbbochahepbkpkkidbhhdjhmjafgncm |
| Officiel URL | https://chromewebstore.google.com/detail/growth-tracker/pkbbochahepbkpkkidbhhdjhmjafgncm |
| Beskrivelse | Plant themed journal and mood tracker! |
| Filstørrelse | 875 KB |
| Antal Installationer | 2,130 |
| Nuværende Version | 0.13 |
| Senest Opdateret | 2023-08-28 |
| Udgivelsesdato | 2022-07-07 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | Cmd Cat |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/Namesnipes/Growth-Tracker |
| Hjælpeside-URL | https://github.com/Namesnipes/Growth-Tracker/issues |
| Understøttede Sprog | 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"
}
} | |