- Visit chrome://extensions (via omnibox or menu -> Tools -> Extensions).
- Enable Developer mode by ticking the checkbox in the upper-right corner.
- Click on the "Load unpacked extension..." button.
- Select the
src
folder.
- Navigate to the search results page. For example 2nd connection.
- "Add" button is injected at the bottom of every person card.
- Click on this button to add a person's details to the storage
- When you're done, open the extension's popup to look through collected profiles and export CSV
- Use MutationObserver to make sure that Add button is injected in every profile card
- Basic design for injections and popup window