Pragma Header

Pragma Header

Pragma Header là gì?

Pragma Header là một tiện ích mở rộng Chrome được phát triển bởi Fernando Ike (fike), và tính năng chính của nó là "Pragma Header".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pragma Header

Tải xuống các tệp mở rộng Pragma Header dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pragma Header Pragma Header
ID mmpgmlkppbckeoeeehdbhjnnmocdmkpp
URL Chính Thức https://chromewebstore.google.com/detail/pragma-header/mmpgmlkppbckeoeeehdbhjnnmocdmkpp
Mô tả Pragma Header
Kích Thước Tệp 167 KB
Số Lần Cài Đặt 1,511
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2013-11-05
Ngày Phát Hành 2013-11-05
Nhà Phát Triển Fernando Ike (fike)
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fike/Pragma_header
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}