Sveltime

Developer Tool to analyze Svelte apps and list component trees, state, and render timing

Sveltimeคืออะไร?

Sveltime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sveltime และคุณลักษณะหลักของมันคือ "Developer Tool to analyze Svelte apps and list component trees, state, and render timing"

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

screenshot

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

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

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

                        Sveltime is a Chrome DevTools extension for developers actively building their website using the Svelte framework.  Sveltime will show the component tree as it is currently being rendered.  Each component will also have the option to see what state is currently associated with it.  The render time will also be displayed for each component.                    

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

ชื่อ Sveltime Sveltime
ID ohihipnjpfmcgkdfgaibblakcaebhjhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sveltime/ohihipnjpfmcgkdfgaibblakcaebhjhk
คำอธิบาย Developer Tool to analyze Svelte apps and list component trees, state, and render timing
ขนาดไฟล์ 186 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-06-02
วันที่เผยแพร่ 2022-06-02
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา sveltime
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sveltime",
    "version": "1.0",
    "description": "Developer Tool to analyze Svelte apps and list component trees, state, and render timing",
    "author": "Team Sveltime",
    "icons": {
        "16": "\/src\/assets\/clock16.png",
        "32": "\/src\/assets\/clock32.png",
        "48": "\/src\/assets\/clock48.png",
        "128": "\/src\/assets\/clock128.png"
    },
    "devtools_page": "extension\/html\/devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/extension\/js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}