I'm feeling lucky hotkey

Adds a hotkey to navigate to the first google search result.

Qu'est-ce que I'm feeling lucky hotkey ?

I'm feeling lucky hotkey est une extension Chrome développée par Stan, et sa fonction principale est "Adds a hotkey to navigate to the first google search result.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension I'm feeling lucky hotkey

Téléchargez les fichiers d'extension I'm feeling lucky hotkey 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

                        This very simple extension allows you to press Alt+L hotkey to navigate to the first google search result when you are on a google search page.                    

Informations de Base sur l'Extension

Nom I'm feeling lucky hotkey I'm feeling lucky hotkey
ID miodihhmeihljccnakcdhgpjbbkogjpp
URL Officiel https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp
Description Adds a hotkey to navigate to the first google search result.
Taille du Fichier 14.31 KB
Nombre d'Installations 106
Version Actuelle 1.1
Dernière Mise à Jour 2019-07-25
Date de Publication 2019-07-25
Évaluation 2.00/5 Total 1 Évaluations
Développeur Stan
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I'm feeling lucky hotkey",
    "version": "1.1",
    "description": "Adds a hotkey to navigate to the first google search result.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "toggle-feature-go": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L"
            },
            "description": "Go to the first search result"
        }
    },
    "manifest_version": 2
}