Google Search Page Enhancer

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

Vad är Google Search Page Enhancer?

Google Search Page Enhancer är en Chrome-tillägg utvecklad av therealplayer1, och dess huvudfunktion är "This extension removes the "More" option and adds all entries to the bar.".

Tilläggsskärmbilder

screenshot

Ladda ner Google Search Page Enhancer-förlängningens CRX-fil

Ladda ner Google Search Page Enhancer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Google Search Page Enhancer Google Search Page Enhancer
ID odgjchjcdilbflncmlpfpeoaemaoabli
Officiell webbadress https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli
Beskrivning This extension removes the "More" option and adds all entries to the bar.
Filstorlek 34.47 KB
Antal Installationer 141
Aktuell Version 0.1
Senast Uppdaterad 2013-06-27
Publiceringsdatum 2013-06-27
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare therealplayer1
Betalningssätt free
Stödda Språk 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\/*"
    ]
}