Todoist Edit-on-click
Brings back editing on task click, which v991 removed
What is Todoist Edit-on-click?
Todoist Edit-on-click is a Chrome extension developed by Aaron Christiansen, and its main feature is "Brings back editing on task click, which v991 removed".
Extension Screenshots
Download Todoist Edit-on-click Extension CRX File
Download Todoist Edit-on-click extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Todoist Edit-on-click |
ID | egcoalkmpeigamdbfoooiljclpfjiamf |
Official URL | https://chromewebstore.google.com/detail/todoist-edit-on-click/egcoalkmpeigamdbfoooiljclpfjiamf |
Description | Brings back editing on task click, which v991 removed |
File Size | 9.11 KB |
Installation Count | 46 |
Current Version | 1.0 |
Last Updated | 2020-04-02 |
Publish Date | 2020-04-02 |
Developer | Aaron Christiansen |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |