Todoist keyboard navigator

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

什麼是Todoist keyboard navigator?

Todoist keyboard navigator是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This is the extension for the todoist.com to operate more comfortably in the keyboard operation.”。

擴展截圖

screenshot

下載Todoist keyboard navigator擴展crx文件

下載Todoist keyboard navigator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Todoist keyboard navigator Todoist keyboard navigator
ID kglgmdpjkdbdgidekpklgkibnfgagejm
官方網址 https://chromewebstore.google.com/detail/todoist-keyboard-navigato/kglgmdpjkdbdgidekpklgkibnfgagejm
簡介 This is the extension for the todoist.com to operate more comfortably in the keyboard operation.
檔案大小 14.25 KB
安裝次數 118
目前版本 0.0.4
更新時間 2019-01-20
上架時間 2019-01-20
評分 4.33/5 共 3 次評分
開發者 Unknown
付費類型 free
擴展官網 https://github.com/uechoco/todoist_keyboard_nav
說明頁面URL https://github.com/uechoco/todoist_keyboard_nav
支援的語言 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"
        }
    ]
}