Chrome extension that overlays visible Svelte 5 component names on the page.
Manual install (Chrome)
- Open
chrome://extensions.
- Enable Developer mode (top right).
- Click Load unpacked.
- Select the folder containing
manifest.json (this repository).
- The extension appears in the list. Open Chrome DevTools to access the panel.
Development notes
- No build step required.
- The extension runs on all URLs via
content_scripts.