I'm Feeling Lucky

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

Was ist I'm Feeling Lucky?

I'm Feeling Lucky ist eine Chrome-Erweiterung, die von lerxst entwickelt wurde, und ihr Hauptmerkmal ist "Access i'm feeling lucky from the address bar! Type '\' and press Tab.".

Erweiterungsscreenshots

screenshot

I'm Feeling Lucky-Erweiterungs-CRX-Datei herunterladen

Laden Sie I'm Feeling Lucky-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name I'm Feeling Lucky I'm Feeling Lucky
ID cnlabakikmdekpfaflaihcepfkjopgll
Offizielle URL https://chromewebstore.google.com/detail/im-feeling-lucky/cnlabakikmdekpfaflaihcepfkjopgll
Beschreibung Access i'm feeling lucky from the address bar! Type '\' and press Tab.
Dateigröße 13.35 KB
Installationsanzahl 48,231
Aktuelle Version 1.1
Letztes Update 2020-10-09
Veröffentlichungsdatum 2019-09-03
Bewertung 3.04/5 Insgesamt 48 Bewertungen
Entwickler lerxst
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}