Smart Header

Modify or change http request headers smartly and automatically.

Co je Smart Header?

Smart Header je rozšíření Chrome vyvinuté https://www.laobubu.net, a jeho hlavní funkcí je „Modify or change http request headers smartly and automatically.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Smart Header

Stáhněte si soubory rozšíření Smart Header ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Smart Header Smart Header
ID ncgnmldbedmbadafajhjeahmafdmggbp
Oficiální URL https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp
Popis Modify or change http request headers smartly and automatically.
Velikost souboru 42 KB
Počet instalací 9,000
Aktuální Verze 1.0.0.8
Poslední Aktualizace 2016-04-04
Datum Vydání 2016-04-04
Hodnocení 4.59/5 Celkem 79 Hodnocení
Vývojář https://www.laobubu.net
Typ Platby free
Webové stránky Rozšíření http://lab.laobubu.net/smartheader
URL Stránky Nápovědy http://lab.laobubu.net/smartheader/hello
Podporované Jazyky 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
    }
}