WebRequest Redirect

Hot Swap paths to files.

什么是WebRequest Redirect?

WebRequest Redirect是由Vasiliy Lazarev (Belyash)开发的Chrome扩展程序,该扩展的主要功能是“Hot Swap paths to files.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载WebRequest Redirect扩展crx文件

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

扩展使用说明

                        Create 307 Internal Redirect for mapped paths.

Two ways to create redirect for files:

Single File — redirect for specific single file. 
For example from http://example.com/prod/script.js to http://example.com/test/script.js.

Domain — redirect all requests from one domain to another (pathname and search will be saved). 
For example from http://production.com to http://staging.com.

Enjoy new version of frameworks, library or styles without changes on site.                    

扩展基本信息

名称 WebRequest Redirect WebRequest Redirect
ID klonhilkpgjmgkinpepcjoioelbfophg
官方URL https://chromewebstore.google.com/detail/webrequest-redirect/klonhilkpgjmgkinpepcjoioelbfophg
简介 Hot Swap paths to files.
文件大小 87.97 KB
安装次数 139
当前版本 0.0.7
更新时间 2017-03-15
上架时间 2017-03-15
评分 4.00/5 共3次评分
开发者 Vasiliy Lazarev (Belyash)
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebRequest Redirect",
    "description": "Hot Swap paths to files.",
    "version": "0.0.7",
    "icons": {
        "48": "img\/icon\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "img\/icon\/icon-48x48.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "background",
        "storage",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}