a lightweight chrome extension that lets you copy raw html elements instantly by just holding alt and clicking.
i built this because i got tired of constantly opening inspect element just to copy a single button or div structure. with elementspotter, you just point, hold alt, click, and paste it into your editor.
- instant copy: hold alt and click any element to copy its html.
- domain filtering: only want it on specific sites? use the whitelist mode. want it everywhere except a few sites? use blacklist mode.
- custom highlight: change the highlight color to whatever fits your eyes.
- brutalist ui: no bloated design, just raw and functional settings menu.
if you want to run it locally or modify the code:
- clone this repository
- run
pnpm install - run
pnpm run buildorpnpm dev - open chrome and go to
chrome://extensions/ - turn on "developer mode" at the top right
- click "load unpacked" and select the
build/chrome-mv3-dev(or prod) folder.
by default, you need to enable it for specific domains first.
- click the extension icon in your browser.
- add the current website to the whitelist.
- go back to the webpage, hold
Alt, and hover over anything. - click to copy.
- plasmo framework
- react
- tailwindcss (brutalist style)
feel free to open an issue or submit a pull request if you find any bugs or want to add a new feature.



