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.」です。
拡張機能のスクリーンショット
AQA HTTP Recorder拡張機能のCRXファイルをダウンロード
AQA HTTP Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Capture all HTTP Requests and Responses between chrome and web server.
拡張機能の基本情報
名前 | 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 } } |