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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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