Pet Mood Tracker

Pet themed journal and mood tracker!

What is Pet Mood Tracker?

Pet Mood Tracker is a Chrome extension developed by Marisa L, and its main feature is "Pet themed journal and mood tracker!".

Extension Screenshots

screenshot
screenshot

Download Pet Mood Tracker Extension CRX File

Download Pet Mood 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

                        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!                    

Extension Basic Information

Name Pet Mood Tracker Pet Mood Tracker
ID fpidnlaipemhlfgilocegokiipdbhagh
Official URL https://chromewebstore.google.com/detail/pet-mood-tracker/fpidnlaipemhlfgilocegokiipdbhagh
Description Pet themed journal and mood tracker!
File Size 201 MB
Installation Count 162
Current Version 0.3
Last Updated 2023-07-24
Publish Date 2022-10-26
Rating 5.00/5 Total 2 Ratings
Developer Marisa L
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}