Workflowy: Jump to first match

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

Hvad er Workflowy: Jump to first match?

Workflowy: Jump to first match er en Chrome-udvidelse udviklet af Gunar C. Gessner, og dens hovedfunktion er "User Ctrl+Enter to jump from Workflowy's search page into the first match.".

Udvidelsesskærmbilleder

Download Workflowy: Jump to first match-udvidelses-CRX-fil

Download Workflowy: Jump to first match-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Workflowy: Jump to first match Workflowy: Jump to first match
ID mfcngfmagchdcanngmaoemcgfckbcgdc
Officiel URL https://chromewebstore.google.com/detail/workflowy-jump-to-first-m/mfcngfmagchdcanngmaoemcgfckbcgdc
Beskrivelse User Ctrl+Enter to jump from Workflowy's search page into the first match.
Filstørrelse 5.64 KB
Antal Installationer 26
Nuværende Version 1
Senest Opdateret 2016-09-16
Udgivelsesdato 2016-09-16
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler Gunar C. Gessner
Betalingsmetode free
Udvidelseswebsted https://github.com/gunar/jump-to-first
Hjælpeside-URL https://github.com/gunar/jump-to-first/issues
Understøttede Sprog 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"
    }
}