I'm feeling lucky hotkey

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

Co to jest I'm feeling lucky hotkey?

I'm feeling lucky hotkey to rozszerzenie Chrome opracowane przez Stan, a jego główną funkcją jest „Adds a hotkey to navigate to the first google search result.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia I'm feeling lucky hotkey

Pobierz pliki rozszerzeń I'm feeling lucky hotkey w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa I'm feeling lucky hotkey I'm feeling lucky hotkey
ID miodihhmeihljccnakcdhgpjbbkogjpp
Oficjalny URL https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp
Opis Adds a hotkey to navigate to the first google search result.
Rozmiar pliku 14.31 KB
Liczba instalacji 106
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-07-25
Data Publikacji 2019-07-25
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper Stan
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}