URL Redirector 加强版
Redirect url by pattern to any place you want.
Cos'è URL Redirector 加强版?
URL Redirector 加强版 è un'estensione di Chrome sviluppata da anchel.xy, e la sua funzione principale è "Redirect url by pattern to any place you want.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URL Redirector 加强版
Scarica i file di estensione URL Redirector 加强版 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通过重定向返回另外一个url的内容。
Informazioni di Base sull'Estensione
Nome | URL Redirector 加强版 |
ID | jhcpkioahofdipphogaaahkmbcbphipc |
URL Ufficiale | https://chromewebstore.google.com/detail/url-redirector-%E5%8A%A0%E5%BC%BA%E7%89%88/jhcpkioahofdipphogaaahkmbcbphipc |
Descrizione | Redirect url by pattern to any place you want. |
Dimensione del File | 251 KB |
Conteggio Installazioni | 102 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2014-06-30 |
Data di Pubblicazione | 2014-06-30 |
Valutazione | 1.67/5 Totale 3 Valutazioni |
Sviluppatore | anchel.xy |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Redirector \u52a0\u5f3a\u7248", "description": "Redirect url by pattern to any place you want.", "version": "1.3", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "*:\/\/*\/*", "storage", "webRequestBlocking" ], "browser_action": { "default_icon": "mart2.png", "default_title": "URL Redirector", "default_popup": "index.html" }, "web_accessible_resources": [ "redirect.html" ], "options_page": "option.html" } |