Google Tab Select

Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…

Google Tab Selectคืออะไร?

Google Tab Select เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ssh และคุณลักษณะหลักของมันคือ "Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Tab Select

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

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

                        Use the tab key to navigate through Google search results much more efficiently.

This functionality was removed by Google as of 2017-07-31. This is a lightweight extension that brings back this dearly missed feature.

The extension also includes functionality for quickly focusing and selecting the text in the search bar. This is done by the shortcut CMD + K.                    

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

ชื่อ Google Tab Select Google Tab Select
ID mblfjbikliogabdaihjimkncpmcepepe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe
คำอธิบาย Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
ขนาดไฟล์ 9.99 KB
จำนวนการติดตั้ง 9
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2018-04-19
วันที่เผยแพร่ 2018-04-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ssh
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Tab Select",
    "version": "1.1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/google-tab128.png"
    },
    "icons": {
        "48": "images\/google-tab48.png",
        "128": "images\/google-tab128.png"
    },
    "content_scripts": [
        {
            "js": [
                "google-tab.js"
            ],
            "css": [
                "google-tab.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*"
            ]
        }
    ]
}