Smart Header

Modify or change http request headers smartly and automatically.

Wat is Smart Header?

Smart Header is een Chrome-extensie ontwikkeld door https://www.laobubu.net, en de belangrijkste functie is "Modify or change http request headers smartly and automatically.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Smart Header

Download Smart Header-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Smart Header Smart Header
ID ncgnmldbedmbadafajhjeahmafdmggbp
Officiële URL https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp
Beschrijving Modify or change http request headers smartly and automatically.
Bestandsgrootte 42 KB
Aantal Installaties 9,000
Huidige Versie 1.0.0.8
Laatst Bijgewerkt 2016-04-04
Publicatiedatum 2016-04-04
Beoordeling 4.59/5 Totaal 79 Beoordelingen
Ontwikkelaar https://www.laobubu.net
Betalingswijze free
Extensiewebsite http://lab.laobubu.net/smartheader
Help Pagina-URL http://lab.laobubu.net/smartheader/hello
Ondersteunde Talen 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
    }
}