agricola-chrome-plugin/ ├── plugin/ # Chrome 扩展 │ ├── manifest.json # 扩展配置 │ ├── content.js # 主逻辑脚本 │ ├── styles.css # 样式文件 │ ├── cards.json # 卡牌数据 │ └── authors.json ...
Build Chrome extensions using Rollup, with minimal configuration. Use manifest.json as the input. Every file in the manifest will be bundled or copied to the output folder. Your extension build will ...