Smart Header

Modify or change http request headers smartly and automatically.

Cos'è Smart Header?

Smart Header è un'estensione di Chrome sviluppata da https://www.laobubu.net, e la sua funzione principale è "Modify or change http request headers smartly and automatically.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Smart Header

Scarica i file di estensione Smart Header in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Smart Header Smart Header
ID ncgnmldbedmbadafajhjeahmafdmggbp
URL Ufficiale https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp
Descrizione Modify or change http request headers smartly and automatically.
Dimensione del File 42 KB
Conteggio Installazioni 9,000
Versione Corrente 1.0.0.8
Ultimo Aggiornamento 2016-04-04
Data di Pubblicazione 2016-04-04
Valutazione 4.59/5 Totale 79 Valutazioni
Sviluppatore https://www.laobubu.net
Tipo di Pagamento free
Sito Web dell'Estensione http://lab.laobubu.net/smartheader
URL della Pagina di Aiuto http://lab.laobubu.net/smartheader/hello
Lingue Supportate 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
    }
}