This is a Plasmo extension project bootstrapped with plasmo init.
First, run the development server:
pnpm dev
# or
npm run dev
pnpm build
# or
npm run buildThe easiest way to deploy your Plasmo extension is to use the built-in bpp GitHub action. Prior to using this action however, make sure to build your extension and upload the first version to the store to establish the basic credentials. Then, simply follow this setup instruction and you should be on your way for automated submission!
-
v1 🎉
-
- Supports selecting and clicking on individual data items; ✅
-
- Supports copying selected data; ✅
-
- Clears selected data; ✅
-
v2 (Under Development...) 👏
-
- Supports dynamic data monitoring;
-
- Supports selection by bounding box;
-
- Supports viewing sorting;
-
- Refactors the DOM using React;
-
- Icon activation;
-
- Officially released plugin;
-
- Supports export formats: md, html, etc.;
-
- Supports sending to corresponding folders (one-click blog generation);