Pragma Header

Pragma Header

Pragma Headerとは何ですか?

Pragma HeaderはFernando Ike (fike)によって開発されたChromeの拡張機能で、その主な機能は「Pragma Header」です。

拡張機能のスクリーンショット

screenshot

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

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

拡張機能の使用方法

                        This is simple extension to add pragma header in http request.  The pragma is used to send specifies commands to webservers or reverse proxies that answers conform the implementation. 

   Some CDNs also them pragma header to debug. The pragma is part of specification to HTTP 1.1 - RFC 2616.

More information and contribution: https://github.com/fike/Pragma_header                    

拡張機能の基本情報

名前 Pragma Header Pragma Header
ID mmpgmlkppbckeoeeehdbhjnnmocdmkpp
公式URL https://chromewebstore.google.com/detail/pragma-header/mmpgmlkppbckeoeeehdbhjnnmocdmkpp
説明 Pragma Header
ファイルサイズ 167 KB
インストール数 1,511
現在のバージョン 0.4
最終更新日 2013-11-05
公開日 2013-11-05
開発者 Fernando Ike (fike)
支払い方法 free
拡張機能のウェブサイト https://github.com/fike/Pragma_header
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pragma Header",
    "version": "0.4",
    "manifest_version": 2,
    "description": "Pragma Header",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "ligth.png",
        "default_title": "Pragma Header"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "light_128.png",
        "64": "light_64.png",
        "16": "ligth.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    }
}