AQA HTTP Recorder

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

AQA HTTP Recorder란 무엇입니까?

AQA HTTP Recorder은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture all HTTP Requests and Responses between chrome and web server."입니다.

확장 프로그램 스크린샷

screenshot

AQA HTTP Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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