Parrot Devtools

Devtools for Parrot

Apa itu Parrot Devtools?

Parrot Devtools adalah ekstensi Chrome yang dikembangkan oleh American Express, dan fitur utamanya adalah "Devtools for Parrot".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Parrot Devtools

Unduh file ekstensi Parrot Devtools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Parrot Devtools Parrot Devtools
ID jckchajdleibnohnphddbiglgpjpbffn
URL Resmi https://chromewebstore.google.com/detail/parrot-devtools/jckchajdleibnohnphddbiglgpjpbffn
Deskripsi Devtools for Parrot
Ukuran File 133 KB
Jumlah Instalasi 1,248
Versi Saat Ini 3.0.0
Terakhir Diperbarui 2020-01-30
Tanggal Publikasi 2020-01-30
Penilaian 5.00/5 Total 5 Penilaian
Pengembang American Express
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}