I'm feeling lucky hotkey

Adds a hotkey to navigate to the first google search result.

什麼是I'm feeling lucky hotkey?

I'm feeling lucky hotkey是由Stan開發的Chrome擴展程式,該擴展的主要功能是“Adds a hotkey to navigate to the first google search result.”。

擴展截圖

screenshot
screenshot

下載I'm feeling lucky hotkey擴展crx文件

下載I'm feeling lucky hotkey擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This very simple extension allows you to press Alt+L hotkey to navigate to the first google search result when you are on a google search page.                    

擴展基本資訊

名稱 I'm feeling lucky hotkey I'm feeling lucky hotkey
ID miodihhmeihljccnakcdhgpjbbkogjpp
官方網址 https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp
簡介 Adds a hotkey to navigate to the first google search result.
檔案大小 14.31 KB
安裝次數 106
目前版本 1.1
更新時間 2019-07-25
上架時間 2019-07-25
評分 2.00/5 共 1 次評分
開發者 Stan
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I'm feeling lucky hotkey",
    "version": "1.1",
    "description": "Adds a hotkey to navigate to the first google search result.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "toggle-feature-go": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L"
            },
            "description": "Go to the first search result"
        }
    },
    "manifest_version": 2
}