Todoist Edit-on-click
Brings back editing on task click, which v991 removed
什么是Todoist Edit-on-click?
Todoist Edit-on-click是由Aaron Christiansen开发的Chrome扩展程序,该扩展的主要功能是“Brings back editing on task click, which v991 removed”。
扩展截图
下载Todoist Edit-on-click扩展crx文件
下载Todoist Edit-on-click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |