Todoist keyboard navigator

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

Co to jest Todoist keyboard navigator?

Todoist keyboard navigator to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This is the extension for the todoist.com to operate more comfortably in the keyboard operation.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Todoist keyboard navigator

Pobierz pliki rozszerzeń Todoist keyboard navigator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Todoist keyboard navigator Todoist keyboard navigator
ID kglgmdpjkdbdgidekpklgkibnfgagejm
Oficjalny URL https://chromewebstore.google.com/detail/todoist-keyboard-navigato/kglgmdpjkdbdgidekpklgkibnfgagejm
Opis This is the extension for the todoist.com to operate more comfortably in the keyboard operation.
Rozmiar pliku 14.25 KB
Liczba instalacji 118
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2019-01-20
Data Publikacji 2019-01-20
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/uechoco/todoist_keyboard_nav
Adres URL Strony Pomocy https://github.com/uechoco/todoist_keyboard_nav
Obsługiwane Języki 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"
        }
    ]
}