This is a starter that combines Plasmo and Next.js. The advantages of Plasmo make it seamlessly compatible with Next.js, helping you develop browser plug-ins faster and better.
- Next.js: Support Next.js to develop your browser plug-ins.
- Tailwind CSS: Support Tailwind CSS to quickly build your UI.
- Automatically publish to store: Automatically publish to Chrome Web Store when a new release is created.
- Click on the Bookmarks Exporter icon in your Chrome toolbar.
- Click the "Export Bookmarks" button.
- Save the downloaded JSON file to your desired location.
To set up the development environment:
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" by clicking the toggle switch in the top right corner.
- Click "Load unpacked" and select the
build
folder inside your project directory. - Rename the
example.keys.json
file tokeys.json
and fill in the corresponding fields. - Make your changes and refresh the extension in Chrome to see the updates.
- Plasmo Framework for providing a robust platform for Chrome extension development.