Svelte Devtools Svelte Devtools

Developer Tools
Version: 1.3.0
Last Update: 2021-01-02

Overview

Svelte Devtools is a Chrome extension developed by RedHatter271. According to the data from Chrome web store, current version of Svelte Devtools is 1.3.0, updated on 2021-01-02.
10,000+ users have installed this extension. 53 users have rated this extension with an average rating of .

Browser devtools extension for debugging Svelte applications.

Svelte Devtools is a Chrome extension for the Svelte javascript framework. It allows you to inspect the Svelte state and component hierarchies in the Chrome Developer Tools.

After installing you will see new tab in Chrome DevTools. This tab displays a tree of Svelte components, HTMLx blocks, and DOM elements that were rendered on the page. By selecting one of the nodes in the tree, you can inspect and edit its current state in the panel to the right.

Rating

53 ratings

Total Installs

10,000+

Information

Last Update

2021-01-02

Current Version

1.3.0

Size

55.92KiB

Author

RedHatter271

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Travis Ray
2022-04-26

Doesn't work anymore on the latest version of Chrome, and when it did work - it wasn't very good.

avatar oxolov
2022-04-18

Does not work anymore

avatar Any Thing
2022-03-19

It doesn't work and it seems to be abandoned.

avatar Jan T. Sott
2022-01-19

Great extension that works as expected. The only thing I'm missing is better integration into Chrome's design language. Especially the small font-size is a major difference to the rest of the interface and potentially impacts a11y (other than being a subjective annoyance).

avatar Benjamin Sewards
2022-01-10

Does not detect Svelte when the application uses Svelte via Client-side component API (https://svelte.dev/docs#run-time-client-side-component-api).