Parrot Devtools
Devtools for Parrot
Wat is Parrot Devtools?
Parrot Devtools is een Chrome-extensie ontwikkeld door American Express, en de belangrijkste functie is "Devtools for Parrot".
Extensie Screenshots
Download het CRX-bestand van de extensie Parrot Devtools
Download Parrot Devtools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Parrot Devtools |
ID | jckchajdleibnohnphddbiglgpjpbffn |
Officiële URL | https://chromewebstore.google.com/detail/parrot-devtools/jckchajdleibnohnphddbiglgpjpbffn |
Beschrijving | Devtools for Parrot |
Bestandsgrootte | 133 KB |
Aantal Installaties | 1,248 |
Huidige Versie | 3.0.0 |
Laatst Bijgewerkt | 2020-01-30 |
Publicatiedatum | 2020-01-30 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | American Express |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |