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"
    ]
}