I'm Feeling Lucky

Use I'm feeling lucky right from the Omnibox or from highlighted text

I'm Feeling Luckyとは何ですか?

I'm Feeling Luckyはjohnsylvainによって開発されたChromeの拡張機能で、その主な機能は「Use I'm feeling lucky right from the Omnibox or from highlighted text」です。

拡張機能のスクリーンショット

screenshot

I'm Feeling Lucky拡張機能のCRXファイルをダウンロード

I'm Feeling Lucky拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Use Google's I'm feeling lucky feature in the Omnibox and by the highlighted text on your page!

Omnibox:
- Type '\' and hit Tab
- Enter your query and hit enter!

By cursor selection:
- Highlight the text on the page you wish to search for
- Right click and select I'm feeling lucky!                    

拡張機能の基本情報

名前 I'm Feeling Lucky I'm Feeling Lucky
ID nibhmcokabkgmcgifpepmohpnfchpgda
公式URL https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda
説明 Use I'm feeling lucky right from the Omnibox or from highlighted text
ファイルサイズ 53.15 KB
インストール数 1,037
現在のバージョン 0.0.2
最終更新日 2017-05-04
公開日 2017-05-04
開発者 johnsylvain
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "I'm Feeling Lucky",
    "description": "Use I'm feeling lucky right from the Omnibox or from highlighted text",
    "version": "0.0.2",
    "author": "[email protected]",
    "omnibox": {
        "keyword": "\\"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "98": "icons\/icon98.png",
        "172": "icons\/icon172.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus"
    ]
}