Todoist keyboard navigator

This is the extension for the todoist.com to operate more comfortably in the keyboard operation.

Todoist keyboard navigator là gì?

Todoist keyboard navigator là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This is the extension for the todoist.com to operate more comfortably in the keyboard operation.".

Ả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 keyboard navigator

Tải xuống các tệp mở rộng Todoist keyboard navigator 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

                        This is the keyboard shortcuts extension for the todoist.com. This is simple, but very useful.

It can the following shortcuts:
* "g" + "i" views the "Inbox" filter
* "g" + "t" views the "Today" filter
* "g" + "w" views the "Next 7 days" filter
* "g" + "p" toggles the "Projects" list
* "g" + "l" toggles the "Labels" list
* "g" + "f" toggles the "Filters" list 
* "g" + "1" views the 1st favorite item
* "g" + "2" views the 2nd favorite item
* ...
* "g" + "9" views the 9th favorite item
* "*" + "a" selects all items
* "*" + "n" deselects all items

For more information: https://github.com/uechoco/todoist_keyboard_nav                    

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

Tên Todoist keyboard navigator Todoist keyboard navigator
ID kglgmdpjkdbdgidekpklgkibnfgagejm
URL Chính Thức https://chromewebstore.google.com/detail/todoist-keyboard-navigato/kglgmdpjkdbdgidekpklgkibnfgagejm
Mô tả This is the extension for the todoist.com to operate more comfortably in the keyboard operation.
Kích Thước Tệp 14.25 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2019-01-20
Ngày Phát Hành 2019-01-20
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/uechoco/todoist_keyboard_nav
URL Trang Trợ Giúp https://github.com/uechoco/todoist_keyboard_nav
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Todoist key nav",
    "version": "0.0.4",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png",
        "48": "icon_48.png"
    },
    "author": "uechoco",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/todoist.com\/app*",
                "https:\/\/*.todoist.com\/app*"
            ],
            "run_at": "document_start"
        }
    ]
}