Header Editor

Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests

Header Editor란 무엇입니까?

Header Editor은(는) ShuangYa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Modify the request, include request headers, response headers, redirect requests, and cancel requests.
If this extension does not have the language you want, you can help us translate this extension on Transifex:
https://www.transifex.com/sytec/header-editor/
You can aslo import rules from Redirector:
http://redirector.team.firefoxcn.net/                    

확장 프로그램 기본 정보

이름 Header Editor Header Editor
ID eningockdidmgiojffjmkdblpjocbhgh
공식 URL https://chromewebstore.google.com/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh
설명 Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests
파일 크기 449 KB
설치 횟수 217,247
현재 버전 4.1.1
최근 업데이트 2020-01-05
출시 날짜 2019-12-25
평점 4.65/5 총 57 개의 평점
개발자 ShuangYa
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/FirefoxBar/HeaderEditor
도움말 페이지 URL https://github.com/FirefoxBar/HeaderEditor/wiki
지원되는 언어 en,pl,pt-BR,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "4.1.1",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/team.firefoxcn.net",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/images\/128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "storage",
        "downloads",
        "*:\/\/*\/*",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/images\/128.png"
        },
        "default_title": "__MSG_extButtonTitle__",
        "default_popup": "popup\/popup.html"
    },
    "default_locale": "en",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    }
}