Chrome Extension that extracts metroretro.io JSON to your clipboard as an HTML list
- Clone repo and run
yarn
to install dependencies - Run
yarn build
to generate a/dist
folder - Go to chrome://extensions/
- Enable Developer Mode
- Click "Load Unpacked"
- Upload
/dist
folder
This extension only works on https://metroretro.io
when a user is exporting the board's JSON.
- Upon completing your MetroRetro session, click the "export" button
- Select JSON and click "View Raw"
- Highlight the entire JSON block using
cmd a
- Right click to open the Chrome context menu
- Select "Extract JSON to List"
- The JSON values are copied to your clipboard as a list