AQA HTTP Recorder

Capture all HTTP Requests and Responses between chrome and web server.

AQA HTTP Recorderคืออะไร?

AQA HTTP Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Capture all HTTP Requests and Responses between chrome and web server."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AQA HTTP Recorder

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

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

                        Capture all HTTP Requests and Responses between chrome and web server.                    

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

ชื่อ AQA HTTP Recorder AQA HTTP Recorder
ID hfoiapikinaefnmepcijkknclhgkdpkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aqa-http-recorder/hfoiapikinaefnmepcijkknclhgkdpkb
คำอธิบาย Capture all HTTP Requests and Responses between chrome and web server.
ขนาดไฟล์ 188 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2020-01-10
วันที่เผยแพร่ 2020-01-07
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AQA HTTP Recorder",
    "version": "0.0.0.2",
    "description": "Capture all HTTP Requests and Responses between chrome and web server.",
    "short_name": "AQA HTTP Recorder",
    "author": "Dawn InfoTek Inc",
    "homepage_url": "https:\/\/www.dawninfotek.com\/",
    "background": {
        "scripts": [
            "lib\/jquery-1.11.0.min.js",
            "lib\/bootstrap.min.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/19.png",
            "38": "img\/38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Start AQA HTTP Recorder"
    },
    "permissions": [
        "activeTab",
        "proxy",
        "tabs",
        "webRequest",
        "storage",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2,
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:4200\/*",
            "http:\/\/192.168.1.57\/*",
            "http:\/\/192.168.1.60\/*",
            "*:\/\/*.dawninfotek.com\/*"
        ],
        "accepts_tls_channel_id": false
    }
}