Smart Header

Modify or change http request headers smartly and automatically.

什么是Smart Header?

Smart Header是由https://www.laobubu.net开发的Chrome扩展程序,该扩展的主要功能是“Modify or change http request headers smartly and automatically.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Smart Header扩展crx文件

下载Smart Header扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a powerful extension designed to modify HTTP request headers.

 - Automatic rules!
 - Import / export / mix configuration!
 - Show the headers only that you interest.
 - Easy to use.
 - Sync your configuration with Chrome Sync!

Not just a developer tool. Lots of potential amazing ways to use.

Let's drive the headers.


Special Thanks to the coffee providers :)
 - Zhou Huaxiang 
 - Zhang Haoyuan

Visit this to get help:

 http://lab.laobubu.net/smartheader                    

扩展基本信息

名称 Smart Header Smart Header
ID ncgnmldbedmbadafajhjeahmafdmggbp
官方URL https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp
简介 Modify or change http request headers smartly and automatically.
文件大小 42 KB
安装次数 9,000
当前版本 1.0.0.8
更新时间 2016-04-04
上架时间 2016-04-04
评分 4.59/5 共79次评分
开发者 https://www.laobubu.net
付费类型 free
扩展官网 http://lab.laobubu.net/smartheader
帮助页面URL http://lab.laobubu.net/smartheader/hello
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.0.8",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "options_page": "config.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}