https://github.com/vikbert/nutab
A chrome extension for better use experience with the new tab
https://github.com/vikbert/nutab
extension reactjs
Last synced: 9 months ago
JSON representation
A chrome extension for better use experience with the new tab
- Host: GitHub
- URL: https://github.com/vikbert/nutab
- Owner: vikbert
- License: mit
- Created: 2020-05-21T04:58:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T19:28:24.000Z (about 3 years ago)
- Last Synced: 2025-06-03T15:26:36.212Z (10 months ago)
- Topics: extension, reactjs
- Language: JavaScript
- Size: 8.41 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NuTab
A chrome extension for enhance the new Tab
NuTab allows you to use integrated widgets such as Todo, Alerting, Notes and bookmarks, every time if you open a new tab in chrome.
I build it to do some experiments with React and React hooks. Have a fun with it.

---
## install extension
load the extension from the location `build`, see more about [how to install chrome extension from local files](https://www.youtube.com/watch?v=WUwjqwTzUkI)
## getting start with development
```bash
npm run start
```
## build the extension
```bash
npm run build
```
## essential features
- ✅ Manage the Todos
- drag and drop to sort the todos
- bookmark the important todos
- filter todos
- ✅ quick search for bookmarkes
- ✅ Count down alert: 5, 10, 25 minutes
- ✅ export all data as json
- ✅ import all data from json backup