a chrome extension served as a homepage with built-in notes, links manager and global search
- Background rotation - configurable background rotation, utilize images from bing, unsplash, pixabay
- Notes - create and save markdown-like notes locally in you browser
- Bookmarks - enumerate all your bookmarks and manage them here
- Global search panel - search everything in one place
- Restorable Database - backup and restore your data as json
- clone this repository
git clone https://github.com/nafalabi/convenient-homepage.git
- install dependencies
yarn install
make sure you have node v16 - fill in .env variables (sample is in .env.sample)
- build the app
yarn build
- go to chrome extension manager and turn on developer mode
- click on
load unpacked
and choose<convenient_homepage_folder>/build