Parrot Devtools
Devtools for Parrot
什么是Parrot Devtools?
Parrot Devtools是由American Express开发的Chrome扩展程序,该扩展的主要功能是“Devtools for Parrot”。
扩展截图
下载Parrot Devtools扩展crx文件
下载Parrot Devtools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Parrot Devtools |
ID | jckchajdleibnohnphddbiglgpjpbffn |
官方URL | https://chromewebstore.google.com/detail/parrot-devtools/jckchajdleibnohnphddbiglgpjpbffn |
简介 | Devtools for Parrot |
文件大小 | 133 KB |
安装次数 | 1,248 |
当前版本 | 3.0.0 |
更新时间 | 2020-01-30 |
上架时间 | 2020-01-30 |
评分 | 5.00/5 共5次评分 |
开发者 | American Express |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |