WebRequest Redirect
Hot Swap paths to files.
什麼是WebRequest Redirect?
WebRequest Redirect是由Vasiliy Lazarev (Belyash)開發的Chrome擴展程式,該擴展的主要功能是“Hot Swap paths to files.”。
擴展截圖
下載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 |
ID | klonhilkpgjmgkinpepcjoioelbfophg |
官方網址 | 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", " |