扫一扫分享
Plasmo 一个专门为开发一个浏览器扩展提供的框架,使用它来构建您的产品,不再担心配置文件和构建浏览器的奇怪特性。
pnpm dlx plasmo init example-dir
cd example-dir
pnpm dev
您还可以在它们自己的目录中组织这些文件:
ext-dir
├───assets
| └───icon512.png
├───popup
| ├───index.tsx
| └───button.tsx
├───options
| ├───index.tsx
| ├───utils.ts
| └───input.tsx
├───contents
| ├───site-one.ts
| ├───site-two.ts
| └───site-three.ts
...
手机预览