Skip to content

therealrainman/chessdotcom-expanded-themes

Repository files navigation

chessdotcom-expanded-themes

Chrome browser extension adding extra board and piece themes for chessdotcom (chess.com). Includes all lichess themes with plans for additional expansion in the future.

example

Installing the extension

The extension can either be downloaded from the Releases page, or built from source.

  1. Open chrome://extensions
  2. Toggle developer mode
  3. Click "Load unpacked"
  4. If installing from a downloaded release:
    1. Unzip the downloaded file
    2. Select the unzipped folder
  5. If building from source:
    1. Follow the steps in the Building from source section
    2. Select the build directory created by the build command

Building from source

  1. Install dependencies
$ npm install
  1. Create the build files
$ npm run build
  1. Output will be in a build directory inside the repo