HTTP Headers

Quickly view HTTP headers for the current page.

HTTP Headers란 무엇입니까?

HTTP Headers은(는) Christopher Kalafarski에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly view HTTP headers for the current page."입니다.

확장 프로그램 스크린샷

screenshot

HTTP Headers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}