Google Search Page Enhancer
This extension removes the "More" option and adds all entries to the bar.
What is Google Search Page Enhancer?
Google Search Page Enhancer is a Chrome extension developed by therealplayer1, and its main feature is "This extension removes the "More" option and adds all entries to the bar.".
Extension Screenshots
Download Google Search Page Enhancer Extension CRX File
Download Google Search Page Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension removes the "More" option and adds all entries to the bar.
Extension Basic Information
Name | ![]() |
ID | odgjchjcdilbflncmlpfpeoaemaoabli |
Official URL | https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli |
Description | This extension removes the "More" option and adds all entries to the bar. |
File Size | 34.47 KB |
Installation Count | 141 |
Current Version | 0.1 |
Last Updated | 2013-06-27 |
Publish Date | 2013-06-27 |
Rating | 5.00/5 Total 3 Ratings |
Developer | therealplayer1 |
Payment Type | free |
Supported Languages | 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\/*" ] } |