Omni Todoist
Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
Omni Todoist क्या है?
Omni Todoist tkt989.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Omni Todoist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
एक्सटेंशन की मूल जानकारी
नाम | Omni Todoist |
ID | jegdmcdffgddhaehahgeoiohknchldmj |
आधिकारिक URL | https://chromewebstore.google.com/detail/omni-todoist/jegdmcdffgddhaehahgeoiohknchldmj |
विवरण | Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter. |
फ़ाइल का आकार | 50 KB |
स्थापना संख्या | 150 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2019-10-08 |
प्रकाशन तिथि | 2019-10-07 |
रेटिंग | 3.00/5 कुल 6 रेटिंग्स |
डेवलपर | tkt989.dev |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tkt989/OmniTodoist |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omni Todoist", "version": "1.0.3", "icons": { "16": ".\/img\/[email protected]", "48": ".\/img\/[email protected]", "128": ".\/img\/[email protected]" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "notifications", "identity", "storage", "https:\/\/todoist.com\/*" ], "omnibox": { "keyword": "todo" } } |