谷歌搜索助手

谷歌搜索增强与优化工具

O que é 谷歌搜索助手?

谷歌搜索助手 é uma extensão do Chrome desenvolvida por 自由国度, e sua principal característica é "谷歌搜索增强与优化工具".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão 谷歌搜索助手

Baixe arquivos de extensão 谷歌搜索助手 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        提示:
反屏蔽的原理是把被屏蔽的搜索请求,如http://google.com.hk/search?q=胡萝卜,转换为按IP搜索请求http://IP/search?q=胡萝卜。可用的IP地址不知道会持续多久,因此本插件可能会随时失效,但我会及时更新。

https会出现证书问题,这是正常的,因为证书是签发给域名的而不是IP地址,请忽略这个提示继续搜索即可。

主要功能:
1. Google搜索异常时采取必要措施保证搜索成功。

2. Google的搜索结果并不是直接显示链接地址,而是通过Google的服务器进行跳转,这种方式不但会影响一定的页面打开速度,也可能导致本来不会被屏蔽的网址遭到屏蔽。这个插件可以去掉Google服务器网页搜索和图片搜索的URL转发机制,允许你在搜索结果页,直接打开真实网址。

3. 默认从新窗口打开搜索结果,Google默认的体验是替换当前窗口。

权限说明:
由于最近Google IP不稳定,需要经常配置对某个IP权限,为了方便更新,并以后实现在线获取可用IP功能,现更新权限范围。                    

Informações Básicas da Extensão

Nome 谷歌搜索助手 谷歌搜索助手
ID lehnmibfjbbbpmfableamfaoieocghgn
URL Oficial https://chromewebstore.google.com/detail/%E8%B0%B7%E6%AD%8C%E6%90%9C%E7%B4%A2%E5%8A%A9%E6%89%8B/lehnmibfjbbbpmfableamfaoieocghgn
Descrição 谷歌搜索增强与优化工具
Tamanho do Arquivo 16.22 KB
Contagem de Instalações 2,158
Versão Atual 4.8
Última Atualização 2014-06-24
Data de Publicação 2014-06-23
Classificação 4.43/5 Total de 47 Avaliações
Desenvolvedor 自由国度
Tipo de Pagamento free
Idiomas Suportados zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8c37\u6b4c\u641c\u7d22\u52a9\u624b",
    "version": "4.8",
    "manifest_version": 2,
    "description": "\u8c37\u6b4c\u641c\u7d22\u589e\u5f3a\u4e0e\u4f18\u5316\u5de5\u5177",
    "permissions": [
        "webRequest",
        "*:\/\/*\/",
        "notifications",
        "tabs"
    ],
    "background": {
        "scripts": [
            "\/scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/www.google.com\/blank.html",
                "*:\/\/www.google.com.hk\/blank.html",
                "*:\/\/*\/blank.html"
            ],
            "js": [
                "\/scripts\/sizzle.js",
                "\/scripts\/searchResultOptimizerImageFrame.js"
            ],
            "all_frames": true
        }
    ]
}