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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}