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
公式URL 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
Eメール [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
}