Minimal Todoist
An extension to help you complete todoist tasks
Minimal Todoist क्या है?
Minimal Todoist ashish.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to help you complete todoist tasks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Minimal Todoist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Minimal Todoist is an open source browser extension that lets you see all todos in new page tab. Report bugs or suggestions here - https://github.com/ashishdotme/minimal-todoist-extension/issues Disclaimer: Minimal Todoist is not created by, affiliated with, or supported by Doist. I do not take any responsibility and I'm not liable for any damage caused through use of this service.
एक्सटेंशन की मूल जानकारी
नाम | Minimal Todoist |
ID | eofnkjgkfjlalkapnfklldgdaghkilce |
आधिकारिक URL | https://chromewebstore.google.com/detail/minimal-todoist/eofnkjgkfjlalkapnfklldgdaghkilce |
विवरण | An extension to help you complete todoist tasks |
फ़ाइल का आकार | 2.13 MB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2019-10-02 |
प्रकाशन तिथि | 2019-10-02 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | ashish.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ashish.me |
सहायता पृष्ठ URL | https://github.com/ashishdotme/minimal-todoist-extension/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimal Todoist", "version": "1.0.1", "description": "An extension to help you complete todoist tasks", "author": "Ashish Patel", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "assets\/logo.png" }, "permissions": [ "storage", "unlimitedStorage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |