Workflowy: Jump to first match

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

Vad är Workflowy: Jump to first match?

Workflowy: Jump to first match är en Chrome-tillägg utvecklad av Gunar C. Gessner, och dess huvudfunktion är "User Ctrl+Enter to jump from Workflowy's search page into the first match.".

Tilläggsskärmbilder

Ladda ner Workflowy: Jump to first match-förlängningens CRX-fil

Ladda ner Workflowy: Jump to first match-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Workflowy: Jump to first match Workflowy: Jump to first match
ID mfcngfmagchdcanngmaoemcgfckbcgdc
Officiell webbadress https://chromewebstore.google.com/detail/workflowy-jump-to-first-m/mfcngfmagchdcanngmaoemcgfckbcgdc
Beskrivning User Ctrl+Enter to jump from Workflowy's search page into the first match.
Filstorlek 5.64 KB
Antal Installationer 26
Aktuell Version 1
Senast Uppdaterad 2016-09-16
Publiceringsdatum 2016-09-16
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Gunar C. Gessner
Betalningssätt free
Tilläggswebbplats https://github.com/gunar/jump-to-first
Hjälpsida URL https://github.com/gunar/jump-to-first/issues
Stödda Språk 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"
    }
}