A Firefox and Chrome extension/add-on for viewing an athlete's parkruns on an interactive map.
The Firefox add-on is available from https://addons.mozilla.org/en-GB/firefox/addon/map-5k/
The add-on is not yet on the Chrome store. For Chrome installations, see Installing locally.
- Click the add-on icon in the menu bar and click "Settings" on the drop down menu.
- Set your parkrun Athlete ID and save.
- Open the drop down menu again and click "Athlete Results".
- Click the map marker/pin button (appears underneath the total number of parkruns).
On linux browse to the root directory of the repository and run: ./build.sh
This will create the following files and folders one directory up:
build/ chrome/ firefox/ map5k-chrome.zip map5k-firefox.zip
The chrome and firefox folders contain the extensions/add-ons for local installation (the zip files are for submission to the Chrome store and Firefox developer hub).
- Browse to the URL chrome://extensions.
- Ensure "Developer mode" (top right) is selected.
- Click "Load unpacked".
- Browse to the src folder, then click "Open".
- The extension's icon should appear on the menu bar automatically.
- Browse to the URL about:debugging.
- Click "Load Temporary Add-on".
- Browse to the src folder and double-click the manifest.json file.
- The extension's icon should appear on the menu bar automatically.