Todoist Edit-on-click
Brings back editing on task click, which v991 removed
Todoist Edit-on-clickคืออะไร?
Todoist Edit-on-click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron Christiansen และคุณลักษณะหลักของมันคือ "Brings back editing on task click, which v991 removed"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Todoist Edit-on-click
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |