Todoist keyboard navigator
This is the extension for the todoist.com to operate more comfortably in the keyboard operation.
O que é Todoist keyboard navigator?
Todoist keyboard navigator é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This is the extension for the todoist.com to operate more comfortably in the keyboard operation.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Todoist keyboard navigator
Baixe arquivos de extensão Todoist keyboard navigator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Todoist keyboard navigator |
ID | kglgmdpjkdbdgidekpklgkibnfgagejm |
URL Oficial | https://chromewebstore.google.com/detail/todoist-keyboard-navigato/kglgmdpjkdbdgidekpklgkibnfgagejm |
Descrição | This is the extension for the todoist.com to operate more comfortably in the keyboard operation. |
Tamanho do Arquivo | 14.25 KB |
Contagem de Instalações | 118 |
Versão Atual | 0.0.4 |
Última Atualização | 2019-01-20 |
Data de Publicação | 2019-01-20 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/uechoco/todoist_keyboard_nav |
URL da Página de Ajuda | https://github.com/uechoco/todoist_keyboard_nav |
Idiomas Suportados | 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" } ] } |