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是由Ian Wehrman開發的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.”。

擴展截圖

screenshot

下載Google Search Result Hotkeys擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}