Parrot Devtools

Devtools for Parrot

Co to jest Parrot Devtools?

Parrot Devtools to rozszerzenie Chrome opracowane przez American Express, a jego główną funkcją jest „Devtools for Parrot”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Parrot Devtools

Pobierz pliki rozszerzeń Parrot Devtools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Parrot Devtools Parrot Devtools
ID jckchajdleibnohnphddbiglgpjpbffn
Oficjalny URL https://chromewebstore.google.com/detail/parrot-devtools/jckchajdleibnohnphddbiglgpjpbffn
Opis Devtools for Parrot
Rozmiar pliku 133 KB
Liczba instalacji 1,248
Aktualna Wersja 3.0.0
Ostatnia Aktualizacja 2020-01-30
Data Publikacji 2020-01-30
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper American Express
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}