BrickLink Helper Chrome Extension (BHCE)

Features

  • Bulk delete and duplicate for Wanted Lists
  • Merge wanted lists
  • Force page size for Wanted List's detail page

Development

The yarn build command will "compile" the extension for Google Chrome. Load the build directory in Google Chrome as unpacked extension. To test it, run yarn build and the reload the extension in Google Chrome.

Tip: Use yarn start in background to fix syntax errors quickly.

Publish

  1. Set version in manifest.json
  2. yarn build
  3. Create zip with the build folder content
  4. Go to https://chrome.google.com/webstore/developer/
  5. Upload new version
  6. Done.