Tab Focus through Google Search Results

Use the tab key to navigate through Google search results

Co to jest Tab Focus through Google Search Results?

Tab Focus through Google Search Results to rozszerzenie Chrome opracowane przez szupie, a jego główną funkcją jest „Use the tab key to navigate through Google search results”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tab Focus through Google Search Results

Pobierz pliki rozszerzeń Tab Focus through Google Search Results 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

                        Use the tab key to navigate through Google search results                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab Focus through Google Search Results Tab Focus through Google Search Results
ID efikcfkpjachbdnnhglacoaicieenbgn
Oficjalny URL https://chromewebstore.google.com/detail/tab-focus-through-google/efikcfkpjachbdnnhglacoaicieenbgn
Opis Use the tab key to navigate through Google search results
Rozmiar pliku 4.46 KB
Liczba instalacji 22
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2018-11-12
Data Publikacji 2018-11-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper szupie
Typ Płatności free
Adres URL Strony Pomocy https://github.com/szupie/tab-focus-google
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Focus through Google Search Results",
    "version": "0.2.1",
    "description": "Use the tab key to navigate through Google search results",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "http:\/\/www.google.*\/search*",
                "https:\/\/www.google.*\/search*"
            ],
            "js": [
                "dom-modifier.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "icon.png",
        "96": "[email protected]"
    }
}