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 |
电子邮箱 | [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 } } |