HTTP Headers

Displays the live log with HTTP request headers

ما هو HTTP Headers؟

HTTP Headers هو إضافة Chrome تم تطويرها بواسطة http://coolcomputers.info، والميزة الرئيسية لها هي "Displays the live log with HTTP request headers".

تحميل ملف CRX للإضافة HTTP Headers

قم بتنزيل ملفات الامتداد HTTP Headers بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Shows you server headers and responses.                    

معلومات أساسية عن التمديد

الاسم HTTP Headers HTTP Headers
ID fdlppdjcgkeemdegnagdjklldpoimiic
عنوان URL الرسمي https://chrome.google.com/webstore/detail/http-headers/fdlppdjcgkeemdegnagdjklldpoimiic
الوصف Displays the live log with HTTP request headers
حجم الملف 42.83 KB
عدد التثبيتات 18
النسخة الحالية 1.0.2
آخر تحديث 2017-01-24
تاريخ النشر 2017-01-24
المطور http://coolcomputers.info
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTTP Headers",
    "description": "Displays the live log with HTTP request headers",
    "version": "1.0.2",
    "short_name": "HTTP Headers",
    "permissions": [
        "debugger"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon512.png",
        "default_title": "HTTP headers"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "manifest_version": 2
}