Use a radar chart to visualize FBRef.com data.
This extension is not available in the Chrome web store and must be installed manually. Installation can be done in two ways:
- Unzip
FBRefVisualizer.zip
into a directory. - Open chrome://extensions/ and enable developer mode.
- Click Load unpacked and point Chrome to the directory that you unzipped in step 1.
- Run
whitelist.reg
or manually add the extension IDmieebnfllicbcopenddppodkdojbmghj
toHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallWhitelist
. - Navigate to chrome://extensions/ and drag the .crx file onto the Chrome window to install.
- Completely restart Chrome by right clicking in the icon in the system tray and selecting Exit.
- Navigate to fbref.com and go to a player's page. Harry Kane.
- If a player has a scouting report available, the extension icon will go from grey to color.
- Click the icon to view the radar chart.
- The radar chart can be downloaded as a PNG image by clicking the download button at the bottom left.
- Install dependant packages by navigating to the root directory and running
yarn
. - To build a production version run
yarn build
to to build a production version into./dist/
. - To build a development version and watch for changes run
yarn start
to build into./build/
.