Parrot Devtools

Devtools for Parrot

Vad är Parrot Devtools?

Parrot Devtools är en Chrome-tillägg utvecklad av American Express, och dess huvudfunktion är "Devtools for Parrot".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Parrot Devtools-förlängningens CRX-fil

Ladda ner Parrot Devtools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Parrot Devtools Parrot Devtools
ID jckchajdleibnohnphddbiglgpjpbffn
Officiell webbadress https://chromewebstore.google.com/detail/parrot-devtools/jckchajdleibnohnphddbiglgpjpbffn
Beskrivning Devtools for Parrot
Filstorlek 133 KB
Antal Installationer 1,248
Aktuell Version 3.0.0
Senast Uppdaterad 2020-01-30
Publiceringsdatum 2020-01-30
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare American Express
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}