Svelte Reactive Debugger

Monitor svelte reactive statements

Apa itu Svelte Reactive Debugger?

Svelte Reactive Debugger adalah ekstensi Chrome yang dikembangkan oleh unloco, dan fitur utamanya adalah "Monitor svelte reactive statements".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Svelte Reactive Debugger

Unduh file ekstensi Svelte Reactive Debugger dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Svelte Reactive Debugger Svelte Reactive Debugger
ID mieppkcamgfhpjedhnfdlbndijhohmjf
URL Resmi https://chromewebstore.google.com/detail/svelte-reactive-debugger/mieppkcamgfhpjedhnfdlbndijhohmjf
Deskripsi Monitor svelte reactive statements
Ukuran File 216 KB
Jumlah Instalasi 1,675
Versi Saat Ini 0.8.3
Terakhir Diperbarui 2022-12-14
Tanggal Publikasi 2021-01-20
Pengembang unloco
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}