Parrot Devtools
Devtools for Parrot
Parrot Devtools là gì?
Parrot Devtools là một tiện ích mở rộng Chrome được phát triển bởi American Express, và tính năng chính của nó là "Devtools for Parrot".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Parrot Devtools
Tải xuống các tệp mở rộng Parrot Devtools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Parrot Devtools |
ID | jckchajdleibnohnphddbiglgpjpbffn |
URL Chính Thức | https://chromewebstore.google.com/detail/parrot-devtools/jckchajdleibnohnphddbiglgpjpbffn |
Mô tả | Devtools for Parrot |
Kích Thước Tệp | 133 KB |
Số Lần Cài Đặt | 1,248 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2020-01-30 |
Ngày Phát Hành | 2020-01-30 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | American Express |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |