谷歌网址发现者

谷歌被墙时,自动跳过Google搜索结果页面里的中转链接,直接打开目标网址!支持www.google.com.hk和www.google.com。可自定义启用或关闭!

What is 谷歌网址发现者?

谷歌网址发现者 is a Chrome extension developed by https://www.piaoyi.org, and its main feature is "谷歌被墙时,自动跳过Google搜索结果页面里的中转链接,直接打开目标网址!支持www.google.com.hk和www.google.com。可自定义启用或关闭!".

Extension Screenshots

screenshot

Download 谷歌网址发现者 Extension CRX File

Download 谷歌网址发现者 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

                        我们平时在Google搜索的时候,由于各种不可控因素,经常会遇到google的中转链接打不开的情况,即使Google要跳转的网址可以打开,但是却死在了google的中转链接上。我相信也有不少人遇到这样的情况。

本扩展自动跳过Google搜索结果页面里的中转链接,直接打开目标网址,防止被墙!

可自定义启用或关闭该功能。                    

Extension Basic Information

Name 谷歌网址发现者 谷歌网址发现者
ID mmganefddlmbaiebejoioakcgcimbgla
Official URL https://chromewebstore.google.com/detail/%E8%B0%B7%E6%AD%8C%E7%BD%91%E5%9D%80%E5%8F%91%E7%8E%B0%E8%80%85/mmganefddlmbaiebejoioakcgcimbgla
Description 谷歌被墙时,自动跳过Google搜索结果页面里的中转链接,直接打开目标网址!支持www.google.com.hk和www.google.com。可自定义启用或关闭!
File Size 19.86 KB
Installation Count 400
Current Version 1.1.4
Last Updated 2013-08-23
Publish Date 2013-08-23
Rating 4.29/5 Total 7 Ratings
Developer https://www.piaoyi.org
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "name": "\u8c37\u6b4c\u7f51\u5740\u53d1\u73b0\u8005",
    "version": "1.1.4",
    "minimum_chrome_version": "20.0",
    "description": "\u8c37\u6b4c\u88ab\u5899\u65f6\uff0c\u81ea\u52a8\u8df3\u8fc7Google\u641c\u7d22\u7ed3\u679c\u9875\u9762\u91cc\u7684\u4e2d\u8f6c\u94fe\u63a5\uff0c\u76f4\u63a5\u6253\u5f00\u76ee\u6807\u7f51\u5740\uff01\u652f\u6301www.google.com.hk\u548cwww.google.com\u3002\u53ef\u81ea\u5b9a\u4e49\u542f\u7528\u6216\u5173\u95ed\uff01",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-48.png",
        "default_title": "Google Url Goes Directly!",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}