Workflowy: Jump to first match
User Ctrl+Enter to jump from Workflowy's search page into the first match.
O que é Workflowy: Jump to first match?
Workflowy: Jump to first match é uma extensão do Chrome desenvolvida por Gunar C. Gessner, e sua principal característica é "User Ctrl+Enter to jump from Workflowy's search page into the first match.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Workflowy: Jump to first match
Baixe arquivos de extensão Workflowy: Jump to first match 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
Makes navigating Workflowy easier. 1. Type something into the search box. 2. Press Ctrl+Enter. NB: After the Jump, the search box is still focused, so you may continue searching further down that path.
Informações Básicas da Extensão
Nome | Workflowy: Jump to first match |
ID | mfcngfmagchdcanngmaoemcgfckbcgdc |
URL Oficial | https://chromewebstore.google.com/detail/workflowy-jump-to-first-m/mfcngfmagchdcanngmaoemcgfckbcgdc |
Descrição | User Ctrl+Enter to jump from Workflowy's search page into the first match. |
Tamanho do Arquivo | 5.64 KB |
Contagem de Instalações | 26 |
Versão Atual | 1 |
Última Atualização | 2016-09-16 |
Data de Publicação | 2016-09-16 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Gunar C. Gessner |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/gunar/jump-to-first |
URL da Página de Ajuda | https://github.com/gunar/jump-to-first/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "jumpToFirst.user.js" ], "matches": [ "https:\/\/workflowy.com\/*", "http:\/\/workflowy.com\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "User Ctrl+Enter to jump from Workflowy's search page into the first match.", "name": "Workflowy: Jump to first match", "version": "1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |