Google Search Page Enhancer

This extension removes the "More" option and adds all entries to the bar.

Co to jest Google Search Page Enhancer?

Google Search Page Enhancer to rozszerzenie Chrome opracowane przez therealplayer1, a jego główną funkcją jest „This extension removes the "More" option and adds all entries to the bar.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Search Page Enhancer

Pobierz pliki rozszerzeń Google Search Page Enhancer 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 extension removes the "More" option and adds all entries to the bar.                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Search Page Enhancer Google Search Page Enhancer
ID odgjchjcdilbflncmlpfpeoaemaoabli
Oficjalny URL https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli
Opis This extension removes the "More" option and adds all entries to the bar.
Rozmiar pliku 34.47 KB
Liczba instalacji 141
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2013-06-27
Data Publikacji 2013-06-27
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper therealplayer1
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Search Page Enhancer",
    "description": "This extension removes the \"More\" option and adds all entries to the bar.",
    "version": "0.1",
    "content_scripts": [
        {
            "js": [
                "jquery-1.6.4.min.js",
                "enhance.user.js"
            ],
            "matches": [
                "*:\/\/www.google.de\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/google.de\/*",
                "*:\/\/google.com\/*"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.google.de\/*",
        "*:\/\/www.google.com\/*",
        "*:\/\/google.de\/*",
        "*:\/\/google.com\/*"
    ]
}