Live HTTP headers
Displays the live log with the http requests headers
Vad är Live HTTP headers?
Live HTTP headers är en Chrome-tillägg utvecklad av thesenselessguy.business, och dess huvudfunktion är "Displays the live log with the http requests headers".
Tilläggsskärmbilder
Ladda ner Live HTTP headers-förlängningens CRX-fil
Ladda ner Live HTTP headers-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
Live http replay.
intervept and replay requests. Play with urls Grundläggande Information om Tillägg
| Namn | |
| ID | llbdkomocmgejikdoclcgfecgakakemk |
| Officiell webbadress | https://chromewebstore.google.com/detail/live-http-headers/llbdkomocmgejikdoclcgfecgakakemk |
| Beskrivning | Displays the live log with the http requests headers |
| Filstorlek | 6.15 KB |
| Antal Installationer | 524 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-09-30 |
| Publiceringsdatum | 2018-08-19 |
| Utvecklare | thesenselessguy.business |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Live HTTP headers",
"description": "Displays the live log with the http requests headers",
"version": "1.0",
"permissions": [
"debugger"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Live HTTP headers"
},
"manifest_version": 2
} | |