Skip to content

paulcoding810/new-tab

Repository files navigation

Badge Commits Badge Issues Badge License Badge Mozilla Badge Chrome


New Tab


Get New Tab for Firefox Get New Tab for Chromium


NewTab Extension lets you personalize your browser’s new tab page by fetching and displaying high-quality images or videos from external sources.


🚀 Features

New tab

Settings

💻 Development

Hot Module Replacement (HMR)

Only apply for Chrome

# Start development server
yarn dev

Building

yarn build # for Chrome extension
yarn build:firefox # for Firefox add-on

Packing

To create a zip file for distribution, run:

yarn zip # for chrome
yarn zip:firefox # for firefox

Loading in Chrome

  1. Enable Developer mode
  2. Click "Load unpacked"
  3. Select the build folder

Loading in Firefox

  1. Navigate to about:debugging#/runtime/this-firefox
  2. Click "Load Temporary Add-on"
  3. Select the build folder

Credits

  • unsplash for the default background image
  • create-chrome-ext for the boilerplate code and useful scripts to start a new project.