Parrot Devtools
Devtools for Parrot
Что такое Parrot Devtools?
Parrot Devtools - это расширение Chrome, разработанное American Express, и его основная функция - "Devtools for Parrot".
Снимки экрана расширения
Скачать файл CRX расширения Parrot Devtools
Скачайте файлы расширений Parrot Devtools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Parrot DevTools is a Chrome DevTools extension for the open-source Parrot library. It allows you to select the active mock HTTP scenario from within the Chrome Developer Tools. Visit the Github repository for additional information https://github.com/americanexpress/parrot.
Основная информация о расширении
Название | Parrot Devtools |
ID | jckchajdleibnohnphddbiglgpjpbffn |
Официальный URL | https://chromewebstore.google.com/detail/parrot-devtools/jckchajdleibnohnphddbiglgpjpbffn |
Описание | Devtools for Parrot |
Размер файла | 133 KB |
Количество установок | 1,248 |
Текущая Версия | 3.0.0 |
Последнее Обновление | 2020-01-30 |
Дата публикации | 2020-01-30 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | American Express |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Parrot Devtools", "version": "3.0.0", "manifest_version": 2, "description": "Devtools for Parrot", "devtools_page": "views\/devtools.html", "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "tabs", "http:\/\/localhost\/*" ], "icons": { "16": "assets\/img\/parrot_16x.png", "48": "assets\/img\/parrot_48x.png", "128": "assets\/img\/parrot_128x.png" } } |