Sprout

Track your mood each day

什麼是Sprout?

Sprout是由unaquo開發的Chrome擴展程式,該擴展的主要功能是“Track your mood each day”。

擴展截圖

screenshot
screenshot

下載Sprout擴展crx文件

下載Sprout擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Keep track of your daily mood and visualize your progress throughout the year.

Choose one of five plant moods everyday and watch your year slowly unfold before you.

How to use:
1. Click on one of the five buttons which each represent a different mood.
2. Hover over any day on the calendar to see what mood was selected for that particular day.
3. Click the home or calendar button to navigate between pages.

If you run into any bugs/problems, please contact us at: [email protected]                    

擴展基本資訊

名稱 Sprout Sprout
ID ipmihjijikhlbkihpcjbahbfpnlbihmk
官方網址 https://chromewebstore.google.com/detail/sprout/ipmihjijikhlbkihpcjbahbfpnlbihmk
簡介 Track your mood each day
檔案大小 219 KB
安裝次數 738
目前版本 0.1.2
更新時間 2022-04-26
上架時間 2021-12-29
評分 5.00/5 共 7 次評分
開發者 unaquo
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sprout",
    "description": "Track your mood each day",
    "version": "0.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/logo_16.png",
            "32": "\/assets\/logo_32.png",
            "48": "\/assets\/logo_48.png",
            "128": "\/assets\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/assets\/logo_16.png",
        "32": "\/assets\/logo_32.png",
        "48": "\/assets\/logo_48.png",
        "128": "\/assets\/logo_128.png"
    }
}