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"
}