Skip to content

The Extension for our Chess Boom project. Allows you to download a lichess.org game from Chrome, which can then be imported into the Application for analysis

License

Notifications You must be signed in to change notification settings

chess-boom/extension

Repository files navigation

Extension

Status

NodeJS with WebpackLint Code Base

Dev Dependencies

npm install --save-dev

Build

npm run build

Importing to Chrome / Chromium

  1. Navigate to chrome://extensions/
  2. Click Load Unpacked
  3. Choose the dist (or build) folder
  4. To debug, use the Inspect views link i the extension card

Debug

Generating an API Token

  • navigate to https://lichess.org/account/oauth/token
  • Click the plus icon on the top right
  • Add a generic description like "Chess Boom Debug"
  • Under "PLAY GAMES" select challenge:read permissions
  • Click create and copy the output personal access token
  • Paste it into background.ts:
      const token = "lip_********************";

About

The Extension for our Chess Boom project. Allows you to download a lichess.org game from Chrome, which can then be imported into the Application for analysis

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •