I'm Feeling Lucky

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

Cos'è I'm Feeling Lucky?

I'm Feeling Lucky è un'estensione di Chrome sviluppata da johnsylvain, e la sua funzione principale è "Use I'm feeling lucky right from the Omnibox or from highlighted text".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione I'm Feeling Lucky

Scarica i file di estensione I'm Feeling Lucky in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome I'm Feeling Lucky I'm Feeling Lucky
ID nibhmcokabkgmcgifpepmohpnfchpgda
URL Ufficiale https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda
Descrizione Use I'm feeling lucky right from the Omnibox or from highlighted text
Dimensione del File 53.15 KB
Conteggio Installazioni 1,037
Versione Corrente 0.0.2
Ultimo Aggiornamento 2017-05-04
Data di Pubblicazione 2017-05-04
Sviluppatore johnsylvain
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}