Smart Header

Modify or change http request headers smartly and automatically.

O que é Smart Header?

Smart Header é uma extensão do Chrome desenvolvida por https://www.laobubu.net, e sua principal característica é "Modify or change http request headers smartly and automatically.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Smart Header

Baixe arquivos de extensão Smart Header no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Smart Header Smart Header
ID ncgnmldbedmbadafajhjeahmafdmggbp
URL Oficial https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp
Descrição Modify or change http request headers smartly and automatically.
Tamanho do Arquivo 42 KB
Contagem de Instalações 9,000
Versão Atual 1.0.0.8
Última Atualização 2016-04-04
Data de Publicação 2016-04-04
Classificação 4.59/5 Total de 79 Avaliações
Desenvolvedor https://www.laobubu.net
Tipo de Pagamento free
Site da Extensão http://lab.laobubu.net/smartheader
URL da Página de Ajuda http://lab.laobubu.net/smartheader/hello
Idiomas Suportados 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
    }
}