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. 擴展基本資訊
| 名稱 | |
| ID | jckchajdleibnohnphddbiglgpjpbffn |
| 官方網址 | 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"
}
} | |