Header-Editor
Alter your HTTP request headers on the fly
Vad är Header-Editor?
Header-Editor är en Chrome-tillägg utvecklad av 67726e, och dess huvudfunktion är "Alter your HTTP request headers on the fly".
Tilläggsskärmbilder
Ladda ner Header-Editor-förlängningens CRX-fil
Ladda ner Header-Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Header-Editor is an extension that will allow you to create and use arbitrary HTTP headers in Chrome. The following permissions are needed for Header-Editor to run: - webRequest - Used to access the requests being sent out. - webRequestBlocking - So that headers are modified before being sent. -- All URLs are asked for since the extension cannot know ahead of time where it will be needed. Note: Response headers do not appear in the Network Inspector, however they are supplied to your code. For more details, see: - http://hexcoder.us/2013/08/08/response-headers-and-chrome-extensions/ - https://code.google.com/p/chromium/issues/detail?id=258064
Grundläggande Information om Tillägg
Namn | Header-Editor |
ID | pkokmcnklmgbepioackopoknkdlhefjl |
Officiell webbadress | https://chromewebstore.google.com/detail/header-editor/pkokmcnklmgbepioackopoknkdlhefjl |
Beskrivning | Alter your HTTP request headers on the fly |
Filstorlek | 131 KB |
Antal Installationer | 7,008 |
Aktuell Version | 2.2.0 |
Senast Uppdaterad | 2015-04-13 |
Publiceringsdatum | 2015-04-13 |
Betyg | 3.65/5 Totalt 17 Betyg |
Utvecklare | 67726e |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Header-Editor", "description": "Alter your HTTP request headers on the fly", "version": "2.2.0", "default_locale": "en", "options_page": "\/src\/html\/options.html", "permissions": [ "webRequest", "webRequestBlocking", " |