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
官方URL 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"
        }
    ]
}