Google Search Page Enhancer
This extension removes the "More" option and adds all entries to the bar.
Wat is Google Search Page Enhancer?
Google Search Page Enhancer is een Chrome-extensie ontwikkeld door therealplayer1, en de belangrijkste functie is "This extension removes the "More" option and adds all entries to the bar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Search Page Enhancer
Download Google Search Page Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension removes the "More" option and adds all entries to the bar.
Basisinformatie over de Extensie
Naam | ![]() |
ID | odgjchjcdilbflncmlpfpeoaemaoabli |
Officiële URL | https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli |
Beschrijving | This extension removes the "More" option and adds all entries to the bar. |
Bestandsgrootte | 34.47 KB |
Aantal Installaties | 141 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-06-27 |
Publicatiedatum | 2013-06-27 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | therealplayer1 |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |