Google Search Page Enhancer

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

Was ist Google Search Page Enhancer?

Google Search Page Enhancer ist eine Chrome-Erweiterung, die von therealplayer1 entwickelt wurde, und ihr Hauptmerkmal ist "This extension removes the "More" option and adds all entries to the bar.".

Erweiterungsscreenshots

screenshot

Google Search Page Enhancer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Search Page Enhancer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Google Search Page Enhancer Google Search Page Enhancer
ID odgjchjcdilbflncmlpfpeoaemaoabli
Offizielle URL https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli
Beschreibung This extension removes the "More" option and adds all entries to the bar.
Dateigröße 34.47 KB
Installationsanzahl 141
Aktuelle Version 0.1
Letztes Update 2013-06-27
Veröffentlichungsdatum 2013-06-27
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler therealplayer1
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}