Workflowy: Jump to first match

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

Apa itu Workflowy: Jump to first match?

Workflowy: Jump to first match adalah ekstensi Chrome yang dikembangkan oleh Gunar C. Gessner, dan fitur utamanya adalah "User Ctrl+Enter to jump from Workflowy's search page into the first match.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Workflowy: Jump to first match

Unduh file ekstensi Workflowy: Jump to first match dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Workflowy: Jump to first match Workflowy: Jump to first match
ID mfcngfmagchdcanngmaoemcgfckbcgdc
URL Resmi https://chromewebstore.google.com/detail/workflowy-jump-to-first-m/mfcngfmagchdcanngmaoemcgfckbcgdc
Deskripsi User Ctrl+Enter to jump from Workflowy's search page into the first match.
Ukuran File 5.64 KB
Jumlah Instalasi 26
Versi Saat Ini 1
Terakhir Diperbarui 2016-09-16
Tanggal Publikasi 2016-09-16
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Gunar C. Gessner
Tipe Pembayaran free
Situs Ekstensi https://github.com/gunar/jump-to-first
URL Halaman Bantuan https://github.com/gunar/jump-to-first/issues
Bahasa yang Didukung 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"
    }
}