GeocachingUtils is an extension for Google Chrome that adds some really nice features to the geocaching.com website. You can download it for free from the Chrome Web Store: GeocachingUtils
Feel free to contribute to the code or report bugs and feature requests.
- Install Node.js LTS (including npm)
- Checkout this project
- Open command line in the root folder of the project
- Run
npm i
to install all dependencies - Run the
grunt
in the command line (You can find all available grunt tasks at the very end of Gruntfile.js). If you are running Grunt for the first time, install it usingnpm i -g grunt-cli
.
- If you just want to use the extension, download it from here and skip all the other steps: GeocachingUtils in Chrome Web Store
- After you have run the
grunt
command, go to the extensions settings page in Google Chrome (Make sure you have enabled the developer mode in the extension settings of Google Chrome) - Click the "Load unpacked extension..." button
- Select the "build" folder (it's only available after you ran the "grunt build" command) of this project
- Navigate to geocaching.com and enjoy
The release history and change notes can be found here.