Parrot Devtools

Devtools for Parrot

Was ist Parrot Devtools?

Parrot Devtools ist eine Chrome-Erweiterung, die von American Express entwickelt wurde, und ihr Hauptmerkmal ist "Devtools for Parrot".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Parrot Devtools-Erweiterungs-CRX-Datei herunterladen

Laden Sie Parrot Devtools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Parrot Devtools Parrot Devtools
ID jckchajdleibnohnphddbiglgpjpbffn
Offizielle URL https://chromewebstore.google.com/detail/parrot-devtools/jckchajdleibnohnphddbiglgpjpbffn
Beschreibung Devtools for Parrot
Dateigröße 133 KB
Installationsanzahl 1,248
Aktuelle Version 3.0.0
Letztes Update 2020-01-30
Veröffentlichungsdatum 2020-01-30
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler American Express
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}