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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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