Workflowy: Jump to first match

User Ctrl+Enter to jump from Workflowy's search page into the first match.

What is Workflowy: Jump to first match?

Workflowy: Jump to first match is a Chrome extension developed by Gunar C. Gessner, and its main feature is "User Ctrl+Enter to jump from Workflowy's search page into the first match.".

Extension Screenshots

Download Workflowy: Jump to first match Extension CRX File

Download Workflowy: Jump to first match extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Workflowy: Jump to first match Workflowy: Jump to first match
ID mfcngfmagchdcanngmaoemcgfckbcgdc
Official URL 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.
File Size 5.64 KB
Installation Count 26
Current Version 1
Last Updated 2016-09-16
Publish Date 2016-09-16
Rating 3.00/5 Total 2 Ratings
Developer Gunar C. Gessner
Payment Type free
Extension Website https://github.com/gunar/jump-to-first
Help Page URL https://github.com/gunar/jump-to-first/issues
Supported Languages 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"
    }
}