Parrot Devtools

Devtools for Parrot

Parrot Devtoolsคืออะไร?

Parrot Devtools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย American Express และคุณลักษณะหลักของมันคือ "Devtools for Parrot"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Parrot Devtools

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}