Sveltime

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

Sveltime là gì?

Sveltime là một tiện ích mở rộng Chrome được phát triển bởi sveltime, và tính năng chính của nó là "Developer Tool to analyze Svelte apps and list component trees, state, and render timing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sveltime

Tải xuống các tệp mở rộng Sveltime 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sveltime Sveltime
ID ohihipnjpfmcgkdfgaibblakcaebhjhk
URL Chính Thức https://chromewebstore.google.com/detail/sveltime/ohihipnjpfmcgkdfgaibblakcaebhjhk
Mô tả Developer Tool to analyze Svelte apps and list component trees, state, and render timing
Kích Thước Tệp 186 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-06-02
Ngày Phát Hành 2022-06-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển sveltime
Email [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",
    "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"
    }
}