NewTab Extension lets you personalize your browser’s new tab page by fetching and displaying high-quality images or videos from external sources.
Only apply for Chrome
# Start development server
yarn dev
yarn build # for Chrome extension
yarn build:firefox # for Firefox add-on
To create a zip file for distribution, run:
yarn zip # for chrome
yarn zip:firefox # for firefox
- Enable Developer mode
- Click "Load unpacked"
- Select the
build
folder
- Navigate to
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on"
- Select the
build
folder
- unsplash for the default background image
- create-chrome-ext for the boilerplate code and useful scripts to start a new project.