I'm Feeling Lucky

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

Co je I'm Feeling Lucky?

I'm Feeling Lucky je rozšíření Chrome vyvinuté johnsylvain, a jeho hlavní funkcí je „Use I'm feeling lucky right from the Omnibox or from highlighted text“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření I'm Feeling Lucky

Stáhněte si soubory rozšíření I'm Feeling Lucky ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název I'm Feeling Lucky I'm Feeling Lucky
ID nibhmcokabkgmcgifpepmohpnfchpgda
Oficiální URL https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda
Popis Use I'm feeling lucky right from the Omnibox or from highlighted text
Velikost souboru 53.15 KB
Počet instalací 1,037
Aktuální Verze 0.0.2
Poslední Aktualizace 2017-05-04
Datum Vydání 2017-05-04
Vývojář johnsylvain
Typ Platby free
Podporované Jazyky 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"
    ]
}