UrlReplacer
将一些不能访问的URL地址,替换成同等的可以访问的URL。还可以阻止某些URL的加载。
Cos'è UrlReplacer?
UrlReplacer è un'estensione di Chrome sviluppata da PengEJ, e la sua funzione principale è "将一些不能访问的URL地址,替换成同等的可以访问的URL。还可以阻止某些URL的加载。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UrlReplacer
Scarica i file di estensione UrlReplacer 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字体库到国内地址。 目前自用,尚未发生问题 规则来自 https://github.com/jiacai2050/gooreplacer4chrome v0.1.2 增加对HTTP Header的支持 v0.1.1 修改拦截统计值累计的问题
Informazioni di Base sull'Estensione
Nome | UrlReplacer |
ID | gkbleonlbopfllejdedmhnaeoihaadpm |
URL Ufficiale | https://chromewebstore.google.com/detail/urlreplacer/gkbleonlbopfllejdedmhnaeoihaadpm |
Descrizione | 将一些不能访问的URL地址,替换成同等的可以访问的URL。还可以阻止某些URL的加载。 |
Dimensione del File | 32.35 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2015-01-14 |
Data di Pubblicazione | 2015-01-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | PengEJ |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/pengej/ChromeExtension-UrlReplacer |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UrlReplacer", "version": "0.1.2", "description": "\u5c06\u4e00\u4e9b\u4e0d\u80fd\u8bbf\u95ee\u7684URL\u5730\u5740\uff0c\u66ff\u6362\u6210\u540c\u7b49\u7684\u53ef\u4ee5\u8bbf\u95ee\u7684URL\u3002\u8fd8\u53ef\u4ee5\u963b\u6b62\u67d0\u4e9bURL\u7684\u52a0\u8f7d\u3002", "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "author": "PengEJ", "homepage_url": "https:\/\/github.com\/pengej\/ChromeExtension-UrlReplacer" } |