I'm Feeling Lucky

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

Qu'est-ce que I'm Feeling Lucky ?

I'm Feeling Lucky est une extension Chrome développée par lerxst, et sa fonction principale est "Access i'm feeling lucky from the address bar! Type '\' and press Tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension I'm Feeling Lucky

Téléchargez les fichiers d'extension I'm Feeling Lucky au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom I'm Feeling Lucky I'm Feeling Lucky
ID cnlabakikmdekpfaflaihcepfkjopgll
URL Officiel https://chromewebstore.google.com/detail/im-feeling-lucky/cnlabakikmdekpfaflaihcepfkjopgll
Description Access i'm feeling lucky from the address bar! Type '\' and press Tab.
Taille du Fichier 13.35 KB
Nombre d'Installations 48,231
Version Actuelle 1.1
Dernière Mise à Jour 2020-10-09
Date de Publication 2019-09-03
Évaluation 3.04/5 Total 48 Évaluations
Développeur lerxst
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}