DWR Explorer
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
Что такое DWR Explorer?
DWR Explorer - это расширение Chrome, разработанное lukeupup, и его основная функция - "View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…".
Снимки экрана расширения
Скачать файл CRX расширения DWR Explorer
Скачайте файлы расширений DWR Explorer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
View DWR requests / responses in JSON-like format!
Support:
- Both request and response parser
- Copying the object as JSON
- Request filtering
- Exception highlighting Основная информация о расширении
| Название | |
| ID | mijfipgkjnpanmnmanbjjibihbdgehlf |
| Официальный URL | https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf |
| Описание | View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -… |
| Размер файла | 101 KB |
| Количество установок | 685 |
| Текущая Версия | 1.1.4 |
| Последнее Обновление | 2017-08-31 |
| Дата публикации | 2017-08-30 |
| Рейтинг | 5.00/5 Всего 4 оценок |
| Разработчик | lukeupup |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DWR Explorer",
"version": "1.1.4",
"icons": {
"200": "assets\/dwr-logo.png"
},
"devtools_page": "devtools.html",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"sandbox": {
"pages": [
"sandbox.html"
]
},
"web_accessible_resources": [
"assets\/*"
]
} | |