I'm Feeling Lucky

Access i'm feeling lucky from the address bar! Type '\' and press Tab.

Co je I'm Feeling Lucky?

I'm Feeling Lucky je rozšíření Chrome vyvinuté lerxst, a jeho hlavní funkcí je „Access i'm feeling lucky from the address bar! Type '\' and press Tab.“.

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í

                        #### Update (10/08/2020) ####
Issues of being redirected to the Google search results page have now been fixed.
########################

Access the 'I'm Feeling Lucky' search result from Chrome's address bar.

1. Type '\' and press the TAB key to invoke the extension.
2. Type your search keywords.
3. Get directed to Google's top search result for that query.                    

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

Název I'm Feeling Lucky I'm Feeling Lucky
ID cnlabakikmdekpfaflaihcepfkjopgll
Oficiální URL https://chromewebstore.google.com/detail/im-feeling-lucky/cnlabakikmdekpfaflaihcepfkjopgll
Popis Access i'm feeling lucky from the address bar! Type '\' and press Tab.
Velikost souboru 13.35 KB
Počet instalací 48,231
Aktuální Verze 1.1
Poslední Aktualizace 2020-10-09
Datum Vydání 2019-09-03
Hodnocení 3.04/5 Celkem 48 Hodnocení
Vývojář lerxst
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "I'm Feeling Lucky",
    "description": "Access i'm feeling lucky from the address bar! Type '\\' and press Tab.",
    "version": "1.1",
    "omnibox": {
        "keyword": "\\"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}