Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.1 KB

File metadata and controls

35 lines (25 loc) · 1.1 KB

GCWizard Browser Extension

An extension to get access to the tools of the GCWizard and solve mysterys on geocaching.com

What does the extension do?

Global

Extends your context menu with functions of the GCWizard.

  • Open selected text in the GCWizard to endcode or decode it
  • Open caches, trackables, lists and geotour when the code is selected

Cache Detail Page

  • Show owner and owner pseudonym
  • Analyze the listing source code
  • Analyze the hint and Waypoints

You are missing a function?

Then you have 2 options:

  1. Create a feature request (issue) here at GitHub in our ticket system and we will try to implement it.
  2. Help with development:
    The extension is written in JavaScript. You can create a fork from this repository and make the changes. Then you can create a pull request and we will take your change over. See: How to contribute