WebRequest Redirect

Hot Swap paths to files.

WebRequest Redirect là gì?

WebRequest Redirect là một tiện ích mở rộng Chrome được phát triển bởi Vasiliy Lazarev (Belyash), và tính năng chính của nó là "Hot Swap paths to files.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebRequest Redirect

Tải xuống các tệp mở rộng WebRequest Redirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebRequest Redirect WebRequest Redirect
ID klonhilkpgjmgkinpepcjoioelbfophg
URL Chính Thức https://chromewebstore.google.com/detail/webrequest-redirect/klonhilkpgjmgkinpepcjoioelbfophg
Mô tả Hot Swap paths to files.
Kích Thước Tệp 87.97 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2017-03-15
Ngày Phát Hành 2017-03-15
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Vasiliy Lazarev (Belyash)
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}