Growth Tracker
Plant themed journal and mood tracker!
Growth Tracker란 무엇입니까?
Growth Tracker은(는) Cmd Cat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plant themed journal and mood tracker!"입니다.
확장 프로그램 스크린샷
Growth Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Growth Tracker |
ID | pkbbochahepbkpkkidbhhdjhmjafgncm |
공식 URL | https://chromewebstore.google.com/detail/growth-tracker/pkbbochahepbkpkkidbhhdjhmjafgncm |
설명 | Plant themed journal and mood tracker! |
파일 크기 | 875 KB |
설치 횟수 | 2,130 |
현재 버전 | 0.13 |
최근 업데이트 | 2023-08-28 |
출시 날짜 | 2022-07-07 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | Cmd Cat |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Namesnipes/Growth-Tracker |
도움말 페이지 URL | https://github.com/Namesnipes/Growth-Tracker/issues |
지원되는 언어 | 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" } } |