Echo Chrome Extension
Minimal MV3 React content UI injected via background service worker.
Structure
src/background/background.ts: MV3 service worker, injects content script and CSSsrc/content/content.tsx: content script mounting a React widgetsrc/components/ChatWidget.tsx: simple chat UIsrc/styles/*.css: stylespublic/manifest.json: extension manifest
Development
- Install deps
npm install
- Build
npm run build
- Load in Chrome
- Open
chrome://extensions - Enable Developer mode
- Load unpacked -> select
dist
- Open
On this page
Languages
TypeScript81.3%CSS14.3%JavaScript3.5%HTML0.9%
Contributors
Created August 9, 2025
Updated August 10, 2025