Todoist Mod
A Plugin to add some functionality to todoist.com web application
Todoist Mod क्या है?
Todoist Mod http://b2hq.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Plugin to add some functionality to todoist.com web application"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Todoist Mod एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Todoist Mod is an *UNOFFICIAL* extension which should add some functionality to todoist.com site, some stuff I personally miss ... for now it adds the ability to define a default priority for tasks and some css tweaks. I plan to add more options as I stumble upon missing features ...
एक्सटेंशन की मूल जानकारी
नाम | |
ID | angcidioihngmbmhjnijbeghgnkagomd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/todoist-mod/angcidioihngmbmhjnijbeghgnkagomd |
विवरण | A Plugin to add some functionality to todoist.com web application |
फ़ाइल का आकार | 63.07 KB |
स्थापना संख्या | 174 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2014-10-20 |
प्रकाशन तिथि | 2014-10-20 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | http://b2hq.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://b2hq.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Todoist Mod", "description": "A Plugin to add some functionality to todoist.com web application", "version": "0.1.1", "permissions": [ "https:\/\/todoist.com\/", "http:\/\/todoist.com\/" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/todoist.com\/*" ], "js": [ "jquery-2.1.1.min.js", "main.js" ], "css": [ "main.css" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |