Chrome extension for new tab Based on ES6, React, Webpack
- Select Theme to match the background image
- Search Something
- Open the Tool
- Edit the Bookmark
- Check the Weather
// 安装依赖
npm install
// 调试 http://localhost:8080/webpack-dev-server/
npm run dev
// 编译
npm run build