Todoist keyboard navigator
This is the extension for the todoist.com to operate more comfortably in the keyboard operation.
Co je Todoist keyboard navigator?
Todoist keyboard navigator je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This is the extension for the todoist.com to operate more comfortably in the keyboard operation.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Todoist keyboard navigator
Stáhněte si soubory rozšíření Todoist keyboard navigator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Todoist keyboard navigator |
ID | kglgmdpjkdbdgidekpklgkibnfgagejm |
Oficiální URL | https://chromewebstore.google.com/detail/todoist-keyboard-navigato/kglgmdpjkdbdgidekpklgkibnfgagejm |
Popis | This is the extension for the todoist.com to operate more comfortably in the keyboard operation. |
Velikost souboru | 14.25 KB |
Počet instalací | 118 |
Aktuální Verze | 0.0.4 |
Poslední Aktualizace | 2019-01-20 |
Datum Vydání | 2019-01-20 |
Hodnocení | 4.33/5 Celkem 3 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/uechoco/todoist_keyboard_nav |
URL Stránky Nápovědy | https://github.com/uechoco/todoist_keyboard_nav |
Podporované Jazyky | 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" } ] } |