谷歌网址发现者

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

Wat is 谷歌网址发现者?

谷歌网址发现者 is een Chrome-extensie ontwikkeld door https://www.piaoyi.org, en de belangrijkste functie is "谷歌被墙时,自动跳过Google搜索结果页面里的中转链接,直接打开目标网址!支持www.google.com.hk和www.google.com。可自定义启用或关闭!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 谷歌网址发现者

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

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

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

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

Basisinformatie over de Extensie

Naam 谷歌网址发现者 谷歌网址发现者
ID mmganefddlmbaiebejoioakcgcimbgla
Officiële 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
Beschrijving 谷歌被墙时,自动跳过Google搜索结果页面里的中转链接,直接打开目标网址!支持www.google.com.hk和www.google.com。可自定义启用或关闭!
Bestandsgrootte 19.86 KB
Aantal Installaties 400
Huidige Versie 1.1.4
Laatst Bijgewerkt 2013-08-23
Publicatiedatum 2013-08-23
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar https://www.piaoyi.org
Betalingswijze free
Ondersteunde Talen 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
}