Skip to content

sivertschou/snow-extension

Repository files navigation

Snow Chrome Extension

A small extension for making the browser a bit more christmassy ❄️

2020-10-22 18 18 26

Installation

Navigate to the project directory and install the dependencies.

$ npm install

To build the extension, and rebuild it when the files are changed, run

$ npm start

After the project has been built, a directory named dist has been created. You have to add this directory to your Chrome browser:

  1. Open Chrome.
  2. Navigate to chrome://extensions.
  3. Enable Developer mode.
  4. Click Load unpacked.
  5. Select the dist directory.