Workflowy: Jump to first match
User Ctrl+Enter to jump from Workflowy's search page into the first match.
Wat is Workflowy: Jump to first match?
Workflowy: Jump to first match is een Chrome-extensie ontwikkeld door Gunar C. Gessner, en de belangrijkste functie is "User Ctrl+Enter to jump from Workflowy's search page into the first match.".
Extensie Screenshots
Download het CRX-bestand van de extensie Workflowy: Jump to first match
Download Workflowy: Jump to first match-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | mfcngfmagchdcanngmaoemcgfckbcgdc |
| Officiële URL | https://chromewebstore.google.com/detail/workflowy-jump-to-first-m/mfcngfmagchdcanngmaoemcgfckbcgdc |
| Beschrijving | User Ctrl+Enter to jump from Workflowy's search page into the first match. |
| Bestandsgrootte | 5.64 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 1 |
| Laatst Bijgewerkt | 2016-09-16 |
| Publicatiedatum | 2016-09-16 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Gunar C. Gessner |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/gunar/jump-to-first |
| Help Pagina-URL | https://github.com/gunar/jump-to-first/issues |
| Ondersteunde Talen | 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"
}
} | |