Smart Header

Modify or change http request headers smartly and automatically.

Qu'est-ce que Smart Header ?

Smart Header est une extension Chrome développée par https://www.laobubu.net, et sa fonction principale est "Modify or change http request headers smartly and automatically.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Smart Header

Téléchargez les fichiers d'extension Smart Header au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Smart Header Smart Header
ID ncgnmldbedmbadafajhjeahmafdmggbp
URL Officiel https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp
Description Modify or change http request headers smartly and automatically.
Taille du Fichier 42 KB
Nombre d'Installations 9,000
Version Actuelle 1.0.0.8
Dernière Mise à Jour 2016-04-04
Date de Publication 2016-04-04
Évaluation 4.59/5 Total 79 Évaluations
Développeur https://www.laobubu.net
Type de Paiement free
Site Web de l'Extension http://lab.laobubu.net/smartheader
URL de la Page d'Aide http://lab.laobubu.net/smartheader/hello
Langues Prises en Charge 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
    }
}