URL 重定向扩展插件

自定义重定向特定的 URL ,例如有些引用了 Google 的 js 文件被 GFW 墙了,而导致出问题了,可以把被墙的文件重定向到国内的 URL

Cos'è URL 重定向扩展插件?

URL 重定向扩展插件 è un'estensione di Chrome sviluppata da 石锋强, e la sua funzione principale è "自定义重定向特定的 URL ,例如有些引用了 Google 的 js 文件被 GFW 墙了,而导致出问题了,可以把被墙的文件重定向到国内的 URL".

Scarica il file CRX dell'estensione URL 重定向扩展插件

Scarica i file di estensione URL 重定向扩展插件 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

                        自定义重定向特定的 URL ,例如有些引用了 google 的 js 文件被 GFW 墙了,而导致出问题了,可以把被墙的文件重定向到国内的 URL 。该插件默认把指向 google 的 js 文件重定向到了 jquery 官网提供的地址。                    

Informazioni di Base sull'Estensione

Nome URL 重定向扩展插件 URL 重定向扩展插件
ID hijjonoeacmploddilnhglhjeopjmpnn
URL Ufficiale https://chrome.google.com/webstore/detail/hijjonoeacmploddilnhglhjeopjmpnn
Descrizione 自定义重定向特定的 URL ,例如有些引用了 Google 的 js 文件被 GFW 墙了,而导致出问题了,可以把被墙的文件重定向到国内的 URL
Dimensione del File 53.25 KB
Conteggio Installazioni 153
Versione Corrente 1.0
Ultimo Aggiornamento 2016-02-25
Data di Pubblicazione 2016-02-25
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore 石锋强
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL \u91cd\u5b9a\u5411\u6269\u5c55\u63d2\u4ef6",
    "description": "\u81ea\u5b9a\u4e49\u91cd\u5b9a\u5411\u7279\u5b9a\u7684 URL \uff0c\u4f8b\u5982\u6709\u4e9b\u5f15\u7528\u4e86 Google \u7684 js \u6587\u4ef6\u88ab GFW \u5899\u4e86\uff0c\u800c\u5bfc\u81f4\u51fa\u95ee\u9898\u4e86\uff0c\u53ef\u4ee5\u628a\u88ab\u5899\u7684\u6587\u4ef6\u91cd\u5b9a\u5411\u5230\u56fd\u5185\u7684 URL",
    "version": "1.0",
    "options_page": "\u9009\u9879.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}