HTTP Headers

Displays the live log with HTTP request headers

HTTP Headers là gì?

HTTP Headers là một tiện ích mở rộng Chrome được phát triển bởi http://coolcomputers.info, và tính năng chính của nó là "Displays the live log with HTTP request headers".

Tải xuống tệp CRX của tiện ích mở rộng HTTP Headers

Tải xuống các tệp mở rộng HTTP Headers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Shows you server headers and responses.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HTTP Headers HTTP Headers
ID fdlppdjcgkeemdegnagdjklldpoimiic
URL Chính Thức https://chrome.google.com/webstore/detail/http-headers/fdlppdjcgkeemdegnagdjklldpoimiic
Mô tả Displays the live log with HTTP request headers
Kích Thước Tệp 42.83 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-01-24
Ngày Phát Hành 2017-01-24
Nhà Phát Triển http://coolcomputers.info
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}