HTTP Headers

Quickly view HTTP headers for the current page.

HTTP Headers क्या है?

HTTP Headers Christopher Kalafarski द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly view HTTP headers for the current page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HTTP Headers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Display HTTP headers for all requests and responses for the current page.

HTTP Headers is a lightweight extension that contains no third-party libraries and no user tracking. It is designed to allow you to quickly review status codes and headers for the requests that Chrome makes and the responses it receives. Headers are always listed alphabetically, and very long values are truncated to a single line until you hover over them with your mouse, to keep the list easy to read.

Descriptions of common headers are included to help you understand what each one does. Clicking on a value will copy that header to the clipboard in the standard HTTP header format.

The extension's icon will display a badge indicating either the status code of the response, or the total number of requests the browser made, including redirects. The color of the badge always indicates the status of final response.

This extension is open source and the source code is available at https://github.com/farski/http-headers-crx                    

एक्सटेंशन की मूल जानकारी

नाम HTTP Headers HTTP Headers
ID jphpailopmbbpdaakikbhfhknieachbj
आधिकारिक URL https://chromewebstore.google.com/detail/http-headers/jphpailopmbbpdaakikbhfhknieachbj
विवरण Quickly view HTTP headers for the current page.
फ़ाइल का आकार 107 KB
स्थापना संख्या 2,210
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2021-12-25
प्रकाशन तिथि 2017-05-17
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Christopher Kalafarski
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icons\/cloud\/blue\/38.png",
            "38": "images\/icons\/cloud\/blue\/76.png"
        },
        "default_popup": "page_action\/popup.html",
        "default_title": "HTTP Headers"
    },
    "description": "Quickly view HTTP headers for the current page.",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icons\/cloud\/blue\/38.png",
        "48": "images\/icons\/cloud\/blue\/96.png",
        "128": "images\/icons\/cloud\/blue\/256.png",
        "512": "images\/icons\/cloud\/blue\/512.png"
    },
    "manifest_version": 3,
    "name": "HTTP Headers",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "version": "1.1.1"
}