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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}