Parrot Devtools

Devtools for Parrot

Cos'è Parrot Devtools?

Parrot Devtools è un'estensione di Chrome sviluppata da American Express, e la sua funzione principale è "Devtools for Parrot".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Parrot Devtools

Scarica i file di estensione Parrot Devtools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Parrot Devtools Parrot Devtools
ID jckchajdleibnohnphddbiglgpjpbffn
URL Ufficiale https://chromewebstore.google.com/detail/parrot-devtools/jckchajdleibnohnphddbiglgpjpbffn
Descrizione Devtools for Parrot
Dimensione del File 133 KB
Conteggio Installazioni 1,248
Versione Corrente 3.0.0
Ultimo Aggiornamento 2020-01-30
Data di Pubblicazione 2020-01-30
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore American Express
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}