Workflowy: Jump to first match
User Ctrl+Enter to jump from Workflowy's search page into the first match.
¿Qué es Workflowy: Jump to first match?
Workflowy: Jump to first match es una extensión de Chrome desarrollada por Gunar C. Gessner, y su función principal es "User Ctrl+Enter to jump from Workflowy's search page into the first match.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Workflowy: Jump to first match
Descarga archivos de extensión Workflowy: Jump to first match en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Workflowy: Jump to first match |
ID | mfcngfmagchdcanngmaoemcgfckbcgdc |
URL Oficial | https://chromewebstore.google.com/detail/workflowy-jump-to-first-m/mfcngfmagchdcanngmaoemcgfckbcgdc |
Descripción | User Ctrl+Enter to jump from Workflowy's search page into the first match. |
Tamaño del Archivo | 5.64 KB |
Cantidad de Instalaciones | 26 |
Versión Actual | 1 |
Última Actualización | 2016-09-16 |
Fecha de Publicación | 2016-09-16 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | Gunar C. Gessner |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/gunar/jump-to-first |
URL de la Página de Ayuda | https://github.com/gunar/jump-to-first/issues |
Idiomas Soportados | 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" } } |