Chrome plugin to inject the company ownership hierarchy into a Companies House page.
Under the hood, it uses the Companies House API to recursively fetch people of significant control (PSCs), and then search for corporate PSCs in the search API.
This project is on the react-typescript-chrome-extension-boilerplate, with inspiration on using React in content-scripts and hot-reloading.
Navigate to the project directory and install the dependencies.
$ yarn
To build the extension, and rebuild it when the files are changed, run
$ yarn start
After the project has been built, a directory named dist
has been created. You have to add this directory to your Chrome browser:
- Open Chrome.
- Navigate to
chrome://extensions
. - Enable Developer mode.
- Click Load unpacked.
- Select the
dist
directory.