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」です。
拡張機能のスクリーンショット
Header Editor拡張機能のCRXファイルをダウンロード
Header Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } } |