Workflowy: Jump to first match
User Ctrl+Enter to jump from Workflowy's search page into the first match.
Qu'est-ce que Workflowy: Jump to first match ?
Workflowy: Jump to first match est une extension Chrome développée par Gunar C. Gessner, et sa fonction principale est "User Ctrl+Enter to jump from Workflowy's search page into the first match.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Workflowy: Jump to first match
Téléchargez les fichiers d'extension Workflowy: Jump to first match au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Workflowy: Jump to first match |
ID | mfcngfmagchdcanngmaoemcgfckbcgdc |
URL Officiel | https://chromewebstore.google.com/detail/workflowy-jump-to-first-m/mfcngfmagchdcanngmaoemcgfckbcgdc |
Description | User Ctrl+Enter to jump from Workflowy's search page into the first match. |
Taille du Fichier | 5.64 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2016-09-16 |
Date de Publication | 2016-09-16 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Gunar C. Gessner |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/gunar/jump-to-first |
URL de la Page d'Aide | https://github.com/gunar/jump-to-first/issues |
Langues Prises en Charge | 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" } } |