Parrot Devtools
Devtools for Parrot
Qu'est-ce que Parrot Devtools ?
Parrot Devtools est une extension Chrome développée par American Express, et sa fonction principale est "Devtools for Parrot".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Parrot Devtools
Téléchargez les fichiers d'extension Parrot Devtools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Parrot Devtools |
ID | jckchajdleibnohnphddbiglgpjpbffn |
URL Officiel | https://chromewebstore.google.com/detail/parrot-devtools/jckchajdleibnohnphddbiglgpjpbffn |
Description | Devtools for Parrot |
Taille du Fichier | 133 KB |
Nombre d'Installations | 1,248 |
Version Actuelle | 3.0.0 |
Dernière Mise à Jour | 2020-01-30 |
Date de Publication | 2020-01-30 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | American Express |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |