Workflowy: Jump to first match

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

Workflowy: Jump to first matchคืออะไร?

Workflowy: Jump to first match เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gunar C. Gessner และคุณลักษณะหลักของมันคือ "User Ctrl+Enter to jump from Workflowy's search page into the first match."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Workflowy: Jump to first match

ดาวน์โหลดไฟล์ส่วนขยาย Workflowy: Jump to first match ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Workflowy: Jump to first match Workflowy: Jump to first match
ID mfcngfmagchdcanngmaoemcgfckbcgdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/workflowy-jump-to-first-m/mfcngfmagchdcanngmaoemcgfckbcgdc
คำอธิบาย User Ctrl+Enter to jump from Workflowy's search page into the first match.
ขนาดไฟล์ 5.64 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2016-09-16
วันที่เผยแพร่ 2016-09-16
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Gunar C. Gessner
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/gunar/jump-to-first
URL หน้าช่วยเหลือ https://github.com/gunar/jump-to-first/issues
ภาษาที่รองรับ 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"
    }
}