URL Redirector 加强版
Redirect url by pattern to any place you want.
URL Redirector 加强版 क्या है?
URL Redirector 加强版 anchel.xy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect url by pattern to any place you want."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL Redirector 加强版 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
配置重定向规则,将请求的url通过重定向返回另外一个url的内容。
एक्सटेंशन की मूल जानकारी
नाम | URL Redirector 加强版 |
ID | jhcpkioahofdipphogaaahkmbcbphipc |
आधिकारिक URL | https://chromewebstore.google.com/detail/url-redirector-%E5%8A%A0%E5%BC%BA%E7%89%88/jhcpkioahofdipphogaaahkmbcbphipc |
विवरण | Redirect url by pattern to any place you want. |
फ़ाइल का आकार | 251 KB |
स्थापना संख्या | 102 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2014-06-30 |
प्रकाशन तिथि | 2014-06-30 |
रेटिंग | 1.67/5 कुल 3 रेटिंग्स |
डेवलपर | anchel.xy |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } |