Tab Focus through Google Search Results

Use the tab key to navigate through Google search results

ما هو Tab Focus through Google Search Results؟

Tab Focus through Google Search Results هو إضافة Chrome تم تطويرها بواسطة szupie، والميزة الرئيسية لها هي "Use the tab key to navigate through Google search results".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tab Focus through Google Search Results

قم بتنزيل ملفات الامتداد Tab Focus through Google Search Results بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Use the tab key to navigate through Google search results                    

معلومات أساسية عن التمديد

الاسم Tab Focus through Google Search Results Tab Focus through Google Search Results
ID efikcfkpjachbdnnhglacoaicieenbgn
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-focus-through-google/efikcfkpjachbdnnhglacoaicieenbgn
الوصف Use the tab key to navigate through Google search results
حجم الملف 4.46 KB
عدد التثبيتات 22
النسخة الحالية 0.2.1
آخر تحديث 2018-11-12
تاريخ النشر 2018-11-12
تقييم 5.00/5 مجموع تقييمات 1
المطور szupie
نوع الدفع free
عنوان صفحة المساعدة https://github.com/szupie/tab-focus-google
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Focus through Google Search Results",
    "version": "0.2.1",
    "description": "Use the tab key to navigate through Google search results",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "http:\/\/www.google.*\/search*",
                "https:\/\/www.google.*\/search*"
            ],
            "js": [
                "dom-modifier.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "icon.png",
        "96": "[email protected]"
    }
}