URL Redirector 加强版

Redirect url by pattern to any place you want.

什么是URL Redirector 加强版?

URL Redirector 加强版是由anchel.xy开发的Chrome扩展程序,该扩展的主要功能是“Redirect url by pattern to any place you want.”。

扩展截图

screenshot

下载URL Redirector 加强版扩展crx文件

下载URL Redirector 加强版扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        配置重定向规则,将请求的url通过重定向返回另外一个url的内容。                    

扩展基本信息

名称 URL Redirector 加强版 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"
}