To do list - Keep it simple
Just a simple to do list extension with a simple design.
To do list - Keep it simple क्या है?
To do list - Keep it simple yohan.quinquis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just a simple to do list extension with a simple design."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में To do list - Keep it simple एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With Keep it simple, organize your tasks in no time ! This Chrome application allows you to efficiently manage your daily tasks. With an intuitive and easy-to-use interface, you can quickly add and remove tasks at any time, without wasting time switching between applications. With online synchronisation, your tasks are accessible on all your devices, whether you're at your desk or on the move. Make every minute count with our task management extension.
एक्सटेंशन की मूल जानकारी
नाम | To do list - Keep it simple |
ID | dhbalflkcneafhdchlphigpflfddfalk |
आधिकारिक URL | https://chromewebstore.google.com/detail/to-do-list-keep-it-simple/dhbalflkcneafhdchlphigpflfddfalk |
विवरण | Just a simple to do list extension with a simple design. |
फ़ाइल का आकार | 1.55 MB |
स्थापना संख्या | 204 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2023-11-17 |
प्रकाशन तिथि | 2023-02-21 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | yohan.quinquis |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "To do list - Keep it simple", "description": "Just a simple to do list extension with a simple design.", "version": "1.3", "manifest_version": 3, "icons": { "256": "image\/logo.png" }, "action": { "default_popup": "index.html", "default_icon": { "256": "image\/logo.png" } }, "options_page": "index.html", "permissions": [ "storage" ] } |