Google Search Page Enhancer

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

什么是Google Search Page Enhancer?

Google Search Page Enhancer是由therealplayer1开发的Chrome扩展程序,该扩展的主要功能是“This extension removes the "More" option and adds all entries to the bar.”。

扩展截图

screenshot

下载Google Search Page Enhancer扩展crx文件

下载Google Search Page Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Google Search Page Enhancer Google Search Page Enhancer
ID odgjchjcdilbflncmlpfpeoaemaoabli
官方URL https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli
简介 This extension removes the "More" option and adds all entries to the bar.
文件大小 34.47 KB
安装次数 141
当前版本 0.1
更新时间 2013-06-27
上架时间 2013-06-27
评分 5.00/5 共3次评分
开发者 therealplayer1
付费类型 free
支持的语言 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\/*"
    ]
}