Live HTTP headers
Displays the live log with the http requests headers
Что такое Live HTTP headers?
Live HTTP headers - это расширение Chrome, разработанное thesenselessguy.business, и его основная функция - "Displays the live log with the http requests headers".
Снимки экрана расширения
Скачать файл CRX расширения Live HTTP headers
Скачайте файлы расширений Live HTTP headers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Live http replay.
intervept and replay requests. Play with urls Основная информация о расширении
| Название | |
| ID | llbdkomocmgejikdoclcgfecgakakemk |
| Официальный URL | https://chromewebstore.google.com/detail/live-http-headers/llbdkomocmgejikdoclcgfecgakakemk |
| Описание | Displays the live log with the http requests headers |
| Размер файла | 6.15 KB |
| Количество установок | 524 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2020-09-30 |
| Дата публикации | 2018-08-19 |
| Разработчик | thesenselessguy.business |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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
} | |