Smart Header

Modify or change http request headers smartly and automatically.

Co to jest Smart Header?

Smart Header to rozszerzenie Chrome opracowane przez https://www.laobubu.net, a jego główną funkcją jest „Modify or change http request headers smartly and automatically.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Smart Header

Pobierz pliki rozszerzeń Smart Header w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Smart Header Smart Header
ID ncgnmldbedmbadafajhjeahmafdmggbp
Oficjalny URL https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp
Opis Modify or change http request headers smartly and automatically.
Rozmiar pliku 42 KB
Liczba instalacji 9,000
Aktualna Wersja 1.0.0.8
Ostatnia Aktualizacja 2016-04-04
Data Publikacji 2016-04-04
Ocena 4.59/5 Łącznie 79 Oceny
Deweloper https://www.laobubu.net
Typ Płatności free
Strona Rozszerzenia http://lab.laobubu.net/smartheader
Adres URL Strony Pomocy http://lab.laobubu.net/smartheader/hello
Obsługiwane Języki 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
    }
}