Pragma Header

Pragma Header

Pragma Header란 무엇입니까?

Pragma Header은(는) Fernando Ike (fike)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pragma Header"입니다.

확장 프로그램 스크린샷

screenshot

Pragma Header 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}