Smart Header

Modify or change http request headers smartly and automatically.

Что такое Smart Header?

Smart Header - это расширение Chrome, разработанное https://www.laobubu.net, и его основная функция - "Modify or change http request headers smartly and automatically.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Smart Header

Скачайте файлы расширений Smart Header в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Smart Header Smart Header
ID ncgnmldbedmbadafajhjeahmafdmggbp
Официальный URL https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp
Описание Modify or change http request headers smartly and automatically.
Размер файла 42 KB
Количество установок 9,000
Текущая Версия 1.0.0.8
Последнее Обновление 2016-04-04
Дата публикации 2016-04-04
Рейтинг 4.59/5 Всего 79 оценок
Разработчик https://www.laobubu.net
Тип оплаты free
Официальный сайт расширения http://lab.laobubu.net/smartheader
URL страницы помощи http://lab.laobubu.net/smartheader/hello
Поддерживаемые языки 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
    }
}