I'm feeling lucky hotkey

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

Wat is I'm feeling lucky hotkey?

I'm feeling lucky hotkey is een Chrome-extensie ontwikkeld door Stan, en de belangrijkste functie is "Adds a hotkey to navigate to the first google search result.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie I'm feeling lucky hotkey

Download I'm feeling lucky hotkey-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam I'm feeling lucky hotkey I'm feeling lucky hotkey
ID miodihhmeihljccnakcdhgpjbbkogjpp
Officiële URL https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp
Beschrijving Adds a hotkey to navigate to the first google search result.
Bestandsgrootte 14.31 KB
Aantal Installaties 106
Huidige Versie 1.1
Laatst Bijgewerkt 2019-07-25
Publicatiedatum 2019-07-25
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Stan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}