I'm Feeling Lucky

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

Vad är I'm Feeling Lucky?

I'm Feeling Lucky är en Chrome-tillägg utvecklad av lerxst, och dess huvudfunktion är "Access i'm feeling lucky from the address bar! Type '\' and press Tab.".

Tilläggsskärmbilder

screenshot

Ladda ner I'm Feeling Lucky-förlängningens CRX-fil

Ladda ner I'm Feeling Lucky-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        #### 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.                    

Grundläggande Information om Tillägg

Namn I'm Feeling Lucky I'm Feeling Lucky
ID cnlabakikmdekpfaflaihcepfkjopgll
Officiell webbadress https://chromewebstore.google.com/detail/im-feeling-lucky/cnlabakikmdekpfaflaihcepfkjopgll
Beskrivning Access i'm feeling lucky from the address bar! Type '\' and press Tab.
Filstorlek 13.35 KB
Antal Installationer 48,231
Aktuell Version 1.1
Senast Uppdaterad 2020-10-09
Publiceringsdatum 2019-09-03
Betyg 3.04/5 Totalt 48 Betyg
Utvecklare lerxst
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}