Header Editor
Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests
Header Editor là gì?
Header Editor là một tiện ích mở rộng Chrome được phát triển bởi ShuangYa, và tính năng chính của nó là "Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Header Editor
Tải xuống các tệp mở rộng Header Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Header Editor |
ID | eningockdidmgiojffjmkdblpjocbhgh |
URL Chính Thức | https://chromewebstore.google.com/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh |
Mô tả | Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests |
Kích Thước Tệp | 449 KB |
Số Lần Cài Đặt | 217,247 |
Phiên Bản Hiện Tại | 4.1.1 |
Cập Nhật Lần Cuối | 2020-01-05 |
Ngày Phát Hành | 2019-12-25 |
Đánh Giá | 4.65/5 Tổng số 57 Đánh Giá |
Nhà Phát Triển | ShuangYa |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/FirefoxBar/HeaderEditor |
URL Trang Trợ Giúp | https://github.com/FirefoxBar/HeaderEditor/wiki |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |