Sprout

Track your mood each day

Sprout란 무엇입니까?

Sprout은(는) unaquo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your mood each day"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Sprout 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}