Todoist keyboard navigator
This is the extension for the todoist.com to operate more comfortably in the keyboard operation.
Cos'è Todoist keyboard navigator?
Todoist keyboard navigator è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This is the extension for the todoist.com to operate more comfortably in the keyboard operation.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Todoist keyboard navigator
Scarica i file di estensione Todoist keyboard navigator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Todoist keyboard navigator |
ID | kglgmdpjkdbdgidekpklgkibnfgagejm |
URL Ufficiale | https://chromewebstore.google.com/detail/todoist-keyboard-navigato/kglgmdpjkdbdgidekpklgkibnfgagejm |
Descrizione | This is the extension for the todoist.com to operate more comfortably in the keyboard operation. |
Dimensione del File | 14.25 KB |
Conteggio Installazioni | 118 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2019-01-20 |
Data di Pubblicazione | 2019-01-20 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/uechoco/todoist_keyboard_nav |
URL della Pagina di Aiuto | https://github.com/uechoco/todoist_keyboard_nav |
Lingue Supportate | 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" } ] } |