Sprout
Track your mood each day
Sproutとは何ですか?
Sproutはunaquoによって開発されたChromeの拡張機能で、その主な機能は「Track your mood each day」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |