A set of presentational and functional enhancements for footballidentity.
FIDPlus for Google Chrome: https://chrome.google.com/webstore/detail/fidplus/hcgfkcipkhjdfobgaahmbeekfkimhbhe
FIDPlus for Mozilla Firefox: https://addons.mozilla.org/en-US/firefox/addon/fidplus
- Fork the repo and clone
- Create a feature branch and make your changes
- Commit and push your changes
- Submit a pull request
- Checkout the branch you want to build
- From Chrome, navigate to Tools -> Extensions
- Click 'Load unpacked extension' and select the folder containing FIDPlus
To see changes, hit the 'Reload' button underneath the extension information.
- Install the Add-on SDK and activate (See Documentation)
- Checkout the branch you want to build
- From the command shell navigate to the FIDPlus folder then call
cfx run
e.g.
cd path\to\folder
cfx run
To see changes, close the Firefox window and call cfx run
again.