Svelte Reactive Debugger

Monitor svelte reactive statements

Svelte Reactive Debugger là gì?

Svelte Reactive Debugger là một tiện ích mở rộng Chrome được phát triển bởi unloco, và tính năng chính của nó là "Monitor svelte reactive statements".

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

screenshot
screenshot

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

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

                        SvelteJs makes use of reactive statement that are re-executed on a state change. These statements can prove hard to debug or monitor. That's where this extension comes in. It allows to monitor the reactive statements easily by showing the statements as they are executed and also by showing the state snapshots before and after the statement has been invoked.                    

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

Tên Svelte Reactive Debugger Svelte Reactive Debugger
ID mieppkcamgfhpjedhnfdlbndijhohmjf
URL Chính Thức https://chromewebstore.google.com/detail/svelte-reactive-debugger/mieppkcamgfhpjedhnfdlbndijhohmjf
Mô tả Monitor svelte reactive statements
Kích Thước Tệp 216 KB
Số Lần Cài Đặt 1,675
Phiên Bản Hiện Tại 0.8.3
Cập Nhật Lần Cuối 2022-12-14
Ngày Phát Hành 2021-01-20
Nhà Phát Triển unloco
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Svelte Reactive Debugger",
    "version": "0.8.3",
    "description": "Monitor svelte reactive statements",
    "icons": {
        "16": "icons\/icon-16.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "devtools_page": "devtools\/devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "devtools\/content.js",
                "devtools\/helper.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "devtools\/background.js"
    },
    "permissions": [
        "tabs"
    ],
    "optional_host_permissions": [
        ""
    ],
    "manifest_version": 3
}