Smart Header

Modify or change http request headers smartly and automatically.

Smart Header란 무엇입니까?

Smart Header은(는) https://www.laobubu.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modify or change http request headers smartly and automatically."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Smart Header 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}