Pragma Header

Pragma Header

What is Pragma Header?

Pragma Header is a Chrome extension developed by Fernando Ike (fike), and its main feature is "Pragma Header".

Extension Screenshots

screenshot

Download Pragma Header Extension CRX File

Download Pragma Header 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

                        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                    

Extension Basic Information

Name Pragma Header Pragma Header
ID mmpgmlkppbckeoeeehdbhjnnmocdmkpp
Official URL https://chromewebstore.google.com/detail/pragma-header/mmpgmlkppbckeoeeehdbhjnnmocdmkpp
Description Pragma Header
File Size 167 KB
Installation Count 1,511
Current Version 0.4
Last Updated 2013-11-05
Publish Date 2013-11-05
Developer Fernando Ike (fike)
Payment Type free
Extension Website https://github.com/fike/Pragma_header
Supported Languages 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"
    }
}