Todoist keyboard navigator
This is the extension for the todoist.com to operate more comfortably in the keyboard operation.
Was ist Todoist keyboard navigator?
Todoist keyboard navigator ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This is the extension for the todoist.com to operate more comfortably in the keyboard operation.".
Erweiterungsscreenshots
Todoist keyboard navigator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Todoist keyboard navigator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Todoist keyboard navigator |
ID | kglgmdpjkdbdgidekpklgkibnfgagejm |
Offizielle URL | https://chromewebstore.google.com/detail/todoist-keyboard-navigato/kglgmdpjkdbdgidekpklgkibnfgagejm |
Beschreibung | This is the extension for the todoist.com to operate more comfortably in the keyboard operation. |
Dateigröße | 14.25 KB |
Installationsanzahl | 118 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2019-01-20 |
Veröffentlichungsdatum | 2019-01-20 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/uechoco/todoist_keyboard_nav |
Hilfeseite URL | https://github.com/uechoco/todoist_keyboard_nav |
Unterstützte Sprachen | 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" } ] } |