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 |
官方網址 | 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" } } |