Skip to content

ch1oechao/DonutTab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome extension for new tab Based on ES6, React, Webpack

Install from Chrome Webstore

DonutTab

Preview

First View

Has Tool

USAGE

  • Select Theme to match the background image

theme

  • Search Something

search

  • Open the Tool

tool

  • Edit the Bookmark

bookmark

  • Check the Weather

weather

Development

// 安装依赖
npm install  

// 调试 http://localhost:8080/webpack-dev-server/
npm run dev 

// 编译
npm run build