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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is the extension for the todoist.com to operate more comfortably in the keyboard operation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Todoist keyboard navigator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}