Colada DevTools

Time-travel debugging for Pinia, Vue's official state management library.

Colada DevToolsคืออะไร?

Colada DevTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย teamcolada และคุณลักษณะหลักของมันคือ "Time-travel debugging for Pinia, Vue's official state management library."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Colada DevTools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Colada is a developer tool that enables time-travel debugging for Vue applications that use Pinia stores for state management.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Colada DevTools Colada DevTools
ID icdbaobbeemmhlmjolbkedcneadkfpdl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/colada-devtools/icdbaobbeemmhlmjolbkedcneadkfpdl
คำอธิบาย Time-travel debugging for Pinia, Vue's official state management library.
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 2,167
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2022-09-24
วันที่เผยแพร่ 2022-09-24
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา teamcolada
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://colada.dev/
URL หน้าช่วยเหลือ https://github.com/oslabs-beta/colada/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Colada DevTools",
    "description": "Time-travel debugging for Pinia, Vue's official state management library.",
    "version": "0.1.2",
    "manifest_version": 3,
    "icons": {
        "16": ".\/assets\/icon-16.png",
        "48": ".\/assets\/icon-48.png",
        "128": ".\/assets\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "devtools_page": "devtools-background.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/content-script.js"
            ]
        }
    ]
}