Parrot Devtools

Devtools for Parrot

What is Parrot Devtools?

Parrot Devtools is a Chrome extension developed by American Express, and its main feature is "Devtools for Parrot".

Extension Screenshots

screenshot
screenshot
screenshot

Download Parrot Devtools Extension CRX File

Download Parrot Devtools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Parrot Devtools Parrot Devtools
ID jckchajdleibnohnphddbiglgpjpbffn
Official URL https://chromewebstore.google.com/detail/parrot-devtools/jckchajdleibnohnphddbiglgpjpbffn
Description Devtools for Parrot
File Size 133 KB
Installation Count 1,248
Current Version 3.0.0
Last Updated 2020-01-30
Publish Date 2020-01-30
Rating 5.00/5 Total 5 Ratings
Developer American Express
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}