Growth Tracker

Plant themed journal and mood tracker!

Cos'è Growth Tracker?

Growth Tracker è un'estensione di Chrome sviluppata da Cmd Cat, e la sua funzione principale è "Plant themed journal and mood tracker!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Growth Tracker

Scarica i file di estensione Growth Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Growth Tracker Growth Tracker
ID pkbbochahepbkpkkidbhhdjhmjafgncm
URL Ufficiale https://chromewebstore.google.com/detail/growth-tracker/pkbbochahepbkpkkidbhhdjhmjafgncm
Descrizione Plant themed journal and mood tracker!
Dimensione del File 875 KB
Conteggio Installazioni 2,130
Versione Corrente 0.13
Ultimo Aggiornamento 2023-08-28
Data di Pubblicazione 2022-07-07
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Cmd Cat
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Namesnipes/Growth-Tracker
URL della Pagina di Aiuto https://github.com/Namesnipes/Growth-Tracker/issues
Lingue Supportate 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"
    }
}