Make your own new tab page with this extension. You can add your own links, images, and notes. It's free and open-source.
- Clone this repository
- Open Chrome
- Go to
chrome://extensions/
- Enable developer mode
- Click
Load unpacked
- Select the cloned folder
chrome-ext-newtab
├─ manifest.json # Extension configuration
├─ newtab.html # Static new tab page
├─ style.css
├─ script.js
Feel free to contribute to this project. You can add new features, fix bugs, improve the UI, and more. Just fork this repository, make your changes, and create a pull request.