I'm Feeling Lucky

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

¿Qué es I'm Feeling Lucky?

I'm Feeling Lucky es una extensión de Chrome desarrollada por johnsylvain, y su función principal es "Use I'm feeling lucky right from the Omnibox or from highlighted text".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión I'm Feeling Lucky

Descarga archivos de extensión I'm Feeling Lucky en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre I'm Feeling Lucky I'm Feeling Lucky
ID nibhmcokabkgmcgifpepmohpnfchpgda
URL Oficial https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda
Descripción Use I'm feeling lucky right from the Omnibox or from highlighted text
Tamaño del Archivo 53.15 KB
Cantidad de Instalaciones 1,037
Versión Actual 0.0.2
Última Actualización 2017-05-04
Fecha de Publicación 2017-05-04
Desarrollador johnsylvain
Tipo de Pago free
Idiomas Soportados 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"
    ]
}