Google Search Result Hotkeys

Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.

Google Search Result Hotkeysคืออะไร?

Google Search Result Hotkeys เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ian Wehrman และคุณลักษณะหลักของมันคือ "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Search Result Hotkeys

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

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

                        Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.                    

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

ชื่อ Google Search Result Hotkeys Google Search Result Hotkeys
ID klgbcckheikhkhmklfbdbnhkmmpbmjce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce
คำอธิบาย Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
ขนาดไฟล์ 4.77 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 0.0.9
อัปเดตครั้งล่าสุด 2020-11-08
วันที่เผยแพร่ 2018-10-11
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Ian Wehrman
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/iwehrman/google-search-result-hotkeys
URL หน้าช่วยเหลือ https://github.com/iwehrman/google-search-result-hotkeys
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Search Result Hotkeys",
    "version": "0.0.9",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/search*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}