HTTP Headers

Displays the live log with HTTP request headers

HTTP Headersとは何ですか?

HTTP Headersはhttp://coolcomputers.infoによって開発されたChromeの拡張機能で、その主な機能は「Displays the live log with HTTP request headers」です。

HTTP Headers拡張機能のCRXファイルをダウンロード

HTTP Headers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shows you server headers and responses.                    

拡張機能の基本情報

名前 HTTP Headers HTTP Headers
ID fdlppdjcgkeemdegnagdjklldpoimiic
公式URL https://chrome.google.com/webstore/detail/http-headers/fdlppdjcgkeemdegnagdjklldpoimiic
説明 Displays the live log with HTTP request headers
ファイルサイズ 42.83 KB
インストール数 18
現在のバージョン 1.0.2
最終更新日 2017-01-24
公開日 2017-01-24
開発者 http://coolcomputers.info
Eメール [email protected]
支払い方法 free
対応言語 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
}