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 |
官方網址 | 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 } } |