- Clone the repo
git clone https://github.com/reZach/page-recorder.git
- Open up Chrome
- Run
npm run build
- Navigate to chrome://extensions/
- Flick on Developer mode (top right corner)
- Click Load unpacked (top left corner), select the
build
folder that was created after doing step 3 - Enable the extension by toggling it. Click the refresh button to load the extension
- Navigate to any webpage
- Click on the extension's icon and click "Clear" to clear any previously selected elements
- Click "Record" to begin recording user clicks
- Begin navigating through any website
- When you are finished navigating pages on the website, click the "Save" button to download a file of the user-clicked elements
- Make changes to the repo
- Reload the extension as in step 6 of Installation
- Notice your changes that took place
- If you need to debug the background thread, click this link