WebRequest Redirect

Hot Swap paths to files.

WebRequest Redirectคืออะไร?

WebRequest Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vasiliy Lazarev (Belyash) และคุณลักษณะหลักของมันคือ "Hot Swap paths to files."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebRequest Redirect

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}