Svelte Reactive Debugger
Monitor svelte reactive statements
Hvad er Svelte Reactive Debugger?
Svelte Reactive Debugger er en Chrome-udvidelse udviklet af unloco, og dens hovedfunktion er "Monitor svelte reactive statements".
Udvidelsesskærmbilleder
Download Svelte Reactive Debugger-udvidelses-CRX-fil
Download Svelte Reactive Debugger-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Svelte Reactive Debugger |
ID | mieppkcamgfhpjedhnfdlbndijhohmjf |
Officiel URL | https://chromewebstore.google.com/detail/svelte-reactive-debugger/mieppkcamgfhpjedhnfdlbndijhohmjf |
Beskrivelse | Monitor svelte reactive statements |
Filstørrelse | 216 KB |
Antal Installationer | 1,675 |
Nuværende Version | 0.8.3 |
Senest Opdateret | 2022-12-14 |
Udgivelsesdato | 2021-01-20 |
Udvikler | unloco |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |