Pet Mood Tracker

Pet themed journal and mood tracker!

Cos'è Pet Mood Tracker?

Pet Mood Tracker è un'estensione di Chrome sviluppata da Marisa L, e la sua funzione principale è "Pet themed journal and mood tracker!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pet Mood Tracker

Scarica i file di estensione Pet Mood 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

                        Want to track your day and journal your feelings? Use this cute little chrome extension app. I made this for fun on the weekend. Let me know your thoughts!                    

Informazioni di Base sull'Estensione

Nome Pet Mood Tracker Pet Mood Tracker
ID fpidnlaipemhlfgilocegokiipdbhagh
URL Ufficiale https://chromewebstore.google.com/detail/pet-mood-tracker/fpidnlaipemhlfgilocegokiipdbhagh
Descrizione Pet themed journal and mood tracker!
Dimensione del File 201 MB
Conteggio Installazioni 162
Versione Corrente 0.3
Ultimo Aggiornamento 2023-07-24
Data di Pubblicazione 2022-10-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Marisa L
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Pet themed journal and mood tracker!",
    "manifest_version": 3,
    "name": "Pet Mood Tracker",
    "version": "0.3",
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/github.com\/celina-lopez\/virtual-pethub-chrome-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": "Pet Mood Tracker"
    }
}