API Hover: See API calls tied to UI interactions.
- Hover elements to see linked API calls
- Correlates clicks, submits, and Enter key interactions with fetch/XHR
- Session-only tracking (no persistence)
Main-world instrumentation captures fetch/XHR, a CSUI overlay renders hover tooltips, and a background tab store keeps correlation state across navigations.
apps/extension: Plasmo MV3 extensionapps/www: Landing pagepackages/core: Types and correlation helpers
pnpm install
pnpm dev:extension
pnpm dev:www
pnpm --filter @api-hover/core test
GitHub CSP blocks the Plasmo HMR websocket. If you see CSP errors, use the production build instead of dev HMR.