AQA HTTP Recorder
Capture all HTTP Requests and Responses between chrome and web server.
Co to jest AQA HTTP Recorder?
AQA HTTP Recorder to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Capture all HTTP Requests and Responses between chrome and web server.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AQA HTTP Recorder
Pobierz pliki rozszerzeń AQA HTTP Recorder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Capture all HTTP Requests and Responses between chrome and web server.
Podstawowe informacje o rozszerzeniu
Nazwa | AQA HTTP Recorder |
ID | hfoiapikinaefnmepcijkknclhgkdpkb |
Oficjalny URL | https://chromewebstore.google.com/detail/aqa-http-recorder/hfoiapikinaefnmepcijkknclhgkdpkb |
Opis | Capture all HTTP Requests and Responses between chrome and web server. |
Rozmiar pliku | 188 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 0.0.0.2 |
Ostatnia Aktualizacja | 2020-01-10 |
Data Publikacji | 2020-01-07 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |