Todoist Edit-on-click

Brings back editing on task click, which v991 removed

Todoist Edit-on-click là gì?

Todoist Edit-on-click là một tiện ích mở rộng Chrome được phát triển bởi Aaron Christiansen, và tính năng chính của nó là "Brings back editing on task click, which v991 removed".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Todoist Edit-on-click

Tải xuống các tệp mở rộng Todoist Edit-on-click dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Todoist Edit-on-click Todoist Edit-on-click
ID egcoalkmpeigamdbfoooiljclpfjiamf
URL Chính Thức https://chromewebstore.google.com/detail/todoist-edit-on-click/egcoalkmpeigamdbfoooiljclpfjiamf
Mô tả Brings back editing on task click, which v991 removed
Kích Thước Tệp 9.11 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-04-02
Ngày Phát Hành 2020-04-02
Nhà Phát Triển Aaron Christiansen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}