HTTP Headers

Displays the live log with HTTP request headers

What is HTTP Headers?

HTTP Headers is a Chrome extension developed by http://coolcomputers.info, and its main feature is "Displays the live log with HTTP request headers".

Download HTTP Headers Extension CRX File

Download HTTP Headers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Shows you server headers and responses.                    

Extension Basic Information

Name HTTP Headers HTTP Headers
ID fdlppdjcgkeemdegnagdjklldpoimiic
Official URL https://chrome.google.com/webstore/detail/http-headers/fdlppdjcgkeemdegnagdjklldpoimiic
Description Displays the live log with HTTP request headers
File Size 42.83 KB
Installation Count 18
Current Version 1.0.2
Last Updated 2017-01-24
Publish Date 2017-01-24
Developer http://coolcomputers.info
Email [email protected]
Payment Type free
Supported Languages 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
}