Svelte Reactive Debugger
Monitor svelte reactive statements
Svelte Reactive Debugger क्या है?
Svelte Reactive Debugger unloco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor svelte reactive statements"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Svelte Reactive Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Svelte Reactive Debugger |
ID | mieppkcamgfhpjedhnfdlbndijhohmjf |
आधिकारिक URL | https://chromewebstore.google.com/detail/svelte-reactive-debugger/mieppkcamgfhpjedhnfdlbndijhohmjf |
विवरण | Monitor svelte reactive statements |
फ़ाइल का आकार | 216 KB |
स्थापना संख्या | 1,675 |
वर्तमान संस्करण | 0.8.3 |
अंतिम अपडेट | 2022-12-14 |
प्रकाशन तिथि | 2021-01-20 |
डेवलपर | unloco |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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": [ " |