Header Editor
Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests
Co je Header Editor?
Header Editor je rozšíření Chrome vyvinuté ShuangYa, a jeho hlavní funkcí je „Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Header Editor
Stáhněte si soubory rozšíření Header Editor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/
Základní Informace o Rozšíření
Název | Header Editor |
ID | eningockdidmgiojffjmkdblpjocbhgh |
Oficiální URL | https://chromewebstore.google.com/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh |
Popis | Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests |
Velikost souboru | 449 KB |
Počet instalací | 217,247 |
Aktuální Verze | 4.1.1 |
Poslední Aktualizace | 2020-01-05 |
Datum Vydání | 2019-12-25 |
Hodnocení | 4.65/5 Celkem 57 Hodnocení |
Vývojář | ShuangYa |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/FirefoxBar/HeaderEditor |
URL Stránky Nápovědy | https://github.com/FirefoxBar/HeaderEditor/wiki |
Podporované Jazyky | 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 } } |