- Bulk delete and duplicate for Wanted Lists
- Merge wanted lists
- Force page size for Wanted List's detail page
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.
- Set version in manifest.json
yarn build
- Create zip with the build folder content
- Go to https://chrome.google.com/webstore/developer/
- Upload new version
- Done.