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 |
官方網址 | 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 } } |