Growth Tracker
Plant themed journal and mood tracker!
Growth Trackerとは何ですか?
Growth TrackerはCmd Catによって開発されたChromeの拡張機能で、その主な機能は「Plant themed journal and mood tracker!」です。
拡張機能のスクリーンショット
Growth Tracker拡張機能のCRXファイルをダウンロード
Growth Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |