Backend tester

Add HTTP headers to requests for backend servers

Backend testerคืออะไร?

Backend tester เป็นส่วนขยายของ Chrome ที่พัฒนาโดย preflightsiren และคุณลักษณะหลักของมันคือ "Add HTTP headers to requests for backend servers"

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

ดาวน์โหลดไฟล์ส่วนขยาย Backend tester ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The simplest and most light-weight way to test backends with multiple virtual servers.

The common case is a webserver that can serve multiple websites. If you don't have DNS setup, or DNS refers to a reverse proxy, this extension will allow  you to talk directly to the backend server, overwriting the http host header.

Scenario:

Servers: proxy.example.com web01.example.com
websites: foo.com, bar.com
Objective: you want to test how web01.example.com responds to requests to foo.com, but foo.com is already set up in DNS to go to proxy.example.com
Solution: Set the host value to web01.example.com, set the host header to foo.com and browse to http://web01.example.com
This extension will set the host header as though you were accessing http://foo.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Backend tester Backend tester
ID ckbpkbcoliljejddndjfjhbplninbbme
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/backend-tester/ckbpkbcoliljejddndjfjhbplninbbme
คำอธิบาย Add HTTP headers to requests for backend servers
ขนาดไฟล์ 5.88 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-05-13
วันที่เผยแพร่ 2014-05-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา preflightsiren
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/preflightsiren/chrome-backend-tester
URL หน้าช่วยเหลือ https://github.com/preflightsiren/chrome-backend-tester
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Backend tester",
    "version": "1.0",
    "description": "Add HTTP headers to requests for backend servers",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "options_page": "settings.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}