A browser extension summarize web pages with ChatGPT for easy sharing on social media.
- Summarize web pages with ChatGPT
- Share on social media
- Support multiple languages
This extension is built with Plasmo, a browser extension framework. You can build it from source by running the following commands:
pnpm build
The built extension will be in the build
folder. The default build target is chrome-mv3
. If you want to build for other targets, you can run the following command:
pnpm build-chrome
# OR
pnpm build-firefox
If you want to package the extension, you can run the following command:
pnpm package-chrome
# OR
pnpm package-firefox