A React-based browser extension built with Vite and TypeScript.
- Install dependencies:
npm install- Build the extension:
npm run build- Load the extension in your browser:
- Open
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the
distfolder
- Open
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select the
manifest.jsonfile from thedistfolder
- Run
npm run devfor development with hot reload - Run
npm run buildto build the extension for production - The extension will be built to the
distfolder
src/- React components and application logicpublic/- Static assets and manifest.jsondist/- Built extension (created after build)
- Modern React with TypeScript
- Vite for fast development and building
- Browser extension popup interface
- Responsive design optimized for extension popup<!-- # QuickDrop Browser Extension
A React-based browser extension built with Vite and TypeScript.
- Install dependencies:
npm install- Build the extension:
npm run build- Load the extension in your browser:
- Open
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the
distfolder
- Open
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select the
manifest.jsonfile from thedistfolder
- Run
npm run devfor development with hot reload - Run
npm run buildto build the extension for production - The extension will be built to the
distfolder
src/- React components and application logicpublic/- Static assets and manifest.jsondist/- Built extension (created after build)
- Modern React with TypeScript
- Vite for fast development and building
- Browser extension popup interface
- Responsive design optimized for extension popup -->