Google Search Page Enhancer
This extension removes the "More" option and adds all entries to the bar.
Co je Google Search Page Enhancer?
Google Search Page Enhancer je rozšíření Chrome vyvinuté therealplayer1, a jeho hlavní funkcí je „This extension removes the "More" option and adds all entries to the bar.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Search Page Enhancer
Stáhněte si soubory rozšíření Google Search Page Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension removes the "More" option and adds all entries to the bar.
Základní Informace o Rozšíření
Název | ![]() |
ID | odgjchjcdilbflncmlpfpeoaemaoabli |
Oficiální URL | https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli |
Popis | This extension removes the "More" option and adds all entries to the bar. |
Velikost souboru | 34.47 KB |
Počet instalací | 141 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2013-06-27 |
Datum Vydání | 2013-06-27 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | therealplayer1 |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |