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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้าช่วยเหลือ 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]"
    }
}