Header Editor
Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests
Что такое Header Editor?
Header Editor - это расширение Chrome, разработанное ShuangYa, и его основная функция - "Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests".
Снимки экрана расширения
Скачать файл CRX расширения Header Editor
Скачайте файлы расширений 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 } } |