Svelte Reactive Debugger
Monitor svelte reactive statements
Что такое Svelte Reactive Debugger?
Svelte Reactive Debugger - это расширение Chrome, разработанное unloco, и его основная функция - "Monitor svelte reactive statements".
Снимки экрана расширения
Скачать файл CRX расширения Svelte Reactive Debugger
Скачайте файлы расширений Svelte Reactive Debugger в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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": [ " |