https://github.com/crxjs/chrome-extension-tools https://github.com/PlasmoHQ/plasmo https://github.com/EmailThis/extension-boilerplate https://github.com/jhen0409/react-chrome-extension-boilerplate 从我的 github star 里搜出来的,都没有用过,供参考
我一直用 chrome 文档官网,不过我觉得不是很好用 https://developer.chrome.com/docs/extensions/ MDN 也是可以的,但跟 chrome 的实现有区别,这需要注意 https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions 另外推荐安装类型提示,活动更好的开发体验 https://github.com/GoogleChrome/chrome-types
能完整支持 HMR 的只有 plasmo @crxjs/chrome-extension-tools HMR 有 bug ,昨天刚提了 PR: https://github.com/crxjs/chrome-extension-tools/pull/755