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.
The extension can either be downloaded from the Releases page, or built from source.
- Open
chrome://extensions
- Toggle developer mode
- Click "Load unpacked"
- If installing from a downloaded release:
- Unzip the downloaded file
- Select the unzipped folder
- If building from source:
- Follow the steps in the Building from source section
- Select the
build
directory created by the build command
- Install dependencies
$ npm install
- Create the build files
$ npm run build
- Output will be in a
build
directory inside the repo