Todoist keyboard navigator
This is the extension for the todoist.com to operate more comfortably in the keyboard operation.
Hvad er Todoist keyboard navigator?
Todoist keyboard navigator er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "This is the extension for the todoist.com to operate more comfortably in the keyboard operation.".
Udvidelsesskærmbilleder
Download Todoist keyboard navigator-udvidelses-CRX-fil
Download Todoist keyboard navigator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Todoist keyboard navigator |
ID | kglgmdpjkdbdgidekpklgkibnfgagejm |
Officiel URL | https://chromewebstore.google.com/detail/todoist-keyboard-navigato/kglgmdpjkdbdgidekpklgkibnfgagejm |
Beskrivelse | This is the extension for the todoist.com to operate more comfortably in the keyboard operation. |
Filstørrelse | 14.25 KB |
Antal Installationer | 118 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2019-01-20 |
Udgivelsesdato | 2019-01-20 |
Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/uechoco/todoist_keyboard_nav |
Hjælpeside-URL | https://github.com/uechoco/todoist_keyboard_nav |
Understøttede Sprog | 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" } ] } |