Sprout
Track your mood each day
Sprout क्या है?
Sprout unaquo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track your mood each day"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sprout एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |