Google Search Page Enhancer

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

Cos'è Google Search Page Enhancer?

Google Search Page Enhancer è un'estensione di Chrome sviluppata da therealplayer1, e la sua funzione principale è "This extension removes the "More" option and adds all entries to the bar.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Search Page Enhancer

Scarica i file di estensione Google Search Page Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Google Search Page Enhancer Google Search Page Enhancer
ID odgjchjcdilbflncmlpfpeoaemaoabli
URL Ufficiale https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli
Descrizione This extension removes the "More" option and adds all entries to the bar.
Dimensione del File 34.47 KB
Conteggio Installazioni 141
Versione Corrente 0.1
Ultimo Aggiornamento 2013-06-27
Data di Pubblicazione 2013-06-27
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore therealplayer1
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}