Svelte Reactive Debugger

Monitor svelte reactive statements

Co je Svelte Reactive Debugger?

Svelte Reactive Debugger je rozšíření Chrome vyvinuté unloco, a jeho hlavní funkcí je „Monitor svelte reactive statements“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Svelte Reactive Debugger

Stáhněte si soubory rozšíření Svelte Reactive Debugger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Svelte Reactive Debugger Svelte Reactive Debugger
ID mieppkcamgfhpjedhnfdlbndijhohmjf
Oficiální URL https://chromewebstore.google.com/detail/svelte-reactive-debugger/mieppkcamgfhpjedhnfdlbndijhohmjf
Popis Monitor svelte reactive statements
Velikost souboru 216 KB
Počet instalací 1,675
Aktuální Verze 0.8.3
Poslední Aktualizace 2022-12-14
Datum Vydání 2021-01-20
Vývojář unloco
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}