I'm Feeling Lucky

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

O que é I'm Feeling Lucky?

I'm Feeling Lucky é uma extensão do Chrome desenvolvida por johnsylvain, e sua principal característica é "Use I'm feeling lucky right from the Omnibox or from highlighted text".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão I'm Feeling Lucky

Baixe arquivos de extensão I'm Feeling Lucky no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome I'm Feeling Lucky I'm Feeling Lucky
ID nibhmcokabkgmcgifpepmohpnfchpgda
URL Oficial https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda
Descrição Use I'm feeling lucky right from the Omnibox or from highlighted text
Tamanho do Arquivo 53.15 KB
Contagem de Instalações 1,037
Versão Atual 0.0.2
Última Atualização 2017-05-04
Data de Publicação 2017-05-04
Desenvolvedor johnsylvain
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}