Chrome扩展样板。 基本用法 yarn yarn dev // create development build yarn build // create production build 特征: 支持ES7(带有Babel和polyfill) 带有reactjs和材料ui框架的弹出页面 带有reactjs和Material ui框架的内容脚本 捆绑(Webpack) 目录结构 src/是chrome扩展的根目录。 它包括manifest.json文件和其他静态内容。 src/background.js是chrome扩展程序的主要背景js文件。 src/po