# newtab **Repository Path**: will1930/newtab ## Basic Information - **Project Name**: newtab - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # new tab plugin for chrome browser ## what is it a extension for chrome, replace your new tab page ## how to use? just open 'chrome://extensions' page and drag the ***public*** folder to chrome window ## if u want to improve it? ```bash # first $ npm install # then $ npm run dev ``` you can make any change to code in src folder, when you save it, reload your new tab page in chrome. if you finish your work and want to get production code, just run ```bash $ npm run build ``` > if you want to share your masterpiece with me, make a pull request, thank u ☺️