谷歌网址发现者

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

Cos'è 谷歌网址发现者?

谷歌网址发现者 è un'estensione di Chrome sviluppata da https://www.piaoyi.org, e la sua funzione principale è "谷歌被墙时,自动跳过Google搜索结果页面里的中转链接,直接打开目标网址!支持www.google.com.hk和www.google.com。可自定义启用或关闭!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 谷歌网址发现者

Scarica i file di estensione 谷歌网址发现者 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

Informazioni di Base sull'Estensione

Nome 谷歌网址发现者 谷歌网址发现者
ID mmganefddlmbaiebejoioakcgcimbgla
URL Ufficiale 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
Descrizione 谷歌被墙时,自动跳过Google搜索结果页面里的中转链接,直接打开目标网址!支持www.google.com.hk和www.google.com。可自定义启用或关闭!
Dimensione del File 19.86 KB
Conteggio Installazioni 400
Versione Corrente 1.1.4
Ultimo Aggiornamento 2013-08-23
Data di Pubblicazione 2013-08-23
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore https://www.piaoyi.org
Tipo di Pagamento free
Lingue Supportate 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
}