Todoist Edit-on-click
Brings back editing on task click, which v991 removed
Todoist Edit-on-click क्या है?
Todoist Edit-on-click Aaron Christiansen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brings back editing on task click, which v991 removed"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Todoist Edit-on-click एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Todoist recently removed the ability to edit a task by simply clicking it, which many users might use more than the Task View. On some platforms, the replacement Alt+Click shortcut doesn't work! This extension adds back editing a task by simply clicking its title. If you need to access the Task View, then click the Comments button on the right of a task.
एक्सटेंशन की मूल जानकारी
नाम | Todoist Edit-on-click |
ID | egcoalkmpeigamdbfoooiljclpfjiamf |
आधिकारिक URL | https://chromewebstore.google.com/detail/todoist-edit-on-click/egcoalkmpeigamdbfoooiljclpfjiamf |
विवरण | Brings back editing on task click, which v991 removed |
फ़ाइल का आकार | 9.11 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-04-02 |
प्रकाशन तिथि | 2020-04-02 |
डेवलपर | Aaron Christiansen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Todoist Edit-on-click", "version": "1.0", "description": "Brings back editing on task click, which v991 removed", "content_scripts": [ { "matches": [ "https:\/\/todoist.com\/*" ], "js": [ "content_script.js" ] } ], "icons": { "16": "16px.png", "32": "32px.png", "48": "48px.png", "128": "128px.png" } } |