Sprout
Track your mood each day
Sproutคืออะไร?
Sprout เป็นส่วนขยายของ Chrome ที่พัฒนาโดย unaquo และคุณลักษณะหลักของมันคือ "Track your mood each day"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sprout
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |