HTTP Header Spy

HTTP Header Spy enables you to inspect request- response headers and cookies right after page load with no extra clicks.

HTTP Header Spyคืออะไร?

HTTP Header Spy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.donationbasedhosting.org และคุณลักษณะหลักของมันคือ "HTTP Header Spy enables you to inspect request- response headers and cookies right after page load with no extra clicks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTTP Header Spy

ดาวน์โหลดไฟล์ส่วนขยาย HTTP Header Spy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Inspect HTTP headers and response times without opening the page inspector tool. View headers right in the page you are looking at.

★ Auto-hide information panels after specified time
★ Response times
★ Server IP
★ XHR and sub-frame requests
★ Headers also available in the browser action popup
★ Follow the full redirect path
★ Show HSTS requests
★ Colorful status indication icons
★ Inspect Form Data, Get parameters and Cookies
★ Micro mode shows just the chosen response headers
★ Position in one of the four corners of the window
★ Easy single-click highlighting of the headers
★ Choose between a light and a dark color-scheme
★ Filter headers to be shown
★ Highlight any string pattern in the header views                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HTTP Header Spy HTTP Header Spy
ID agnoocojkneiphkobpcfoaenhpjnmifb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/http-header-spy/agnoocojkneiphkobpcfoaenhpjnmifb
คำอธิบาย HTTP Header Spy enables you to inspect request- response headers and cookies right after page load with no extra clicks.
ขนาดไฟล์ 149 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.0.49
อัปเดตครั้งล่าสุด 2018-09-26
วันที่เผยแพร่ 2018-09-26
คะแนน 3.79/5 รวมทั้งหมด 62 คะแนน
ผู้พัฒนา https://www.donationbasedhosting.org
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,nl,es,ru,hi,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionNameShort__",
    "version": "2.0.49",
    "manifest_version": 2,
    "minimum_chrome_version": "18",
    "description": "__MSG_extensionDescription__",
    "author": "Michiel Roos",
    "homepage_url": "http:\/\/www.michielroos.com\/",
    "default_locale": "en",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab",
        "storage",
        "webRequest"
    ],
    "background": {
        "scripts": [
            "Resources\/JavaScript\/Google\/buy.js",
            "Resources\/JavaScript\/library.js",
            "Resources\/JavaScript\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "Resources\/Icons\/toolbarIcon19.png",
            "38": "Resources\/Icons\/toolbarIcon38.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "Resources\/HTML\/popup.html"
    },
    "icons": {
        "16": "Resources\/Icons\/icon16.png",
        "48": "Resources\/Icons\/icon48.png",
        "128": "Resources\/Icons\/icon128.png"
    },
    "oauth2": {
        "client_id": "344825410658-1hrj72o88dvpau57j8sdvhi6l01a8prg.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "options_ui": {
        "page": "Resources\/HTML\/options.html",
        "open_in_tab": false
    },
    "options_page": "Resources\/HTML\/options.html",
    "content_scripts": [
        {
            "js": [
                "Resources\/JavaScript\/Mark\/mark.es6.min.js",
                "Resources\/JavaScript\/library.js",
                "Resources\/JavaScript\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "Resources\/HTML\/plans.html",
        "Resources\/HTML\/thanks.html"
    ]
}