Geocaching Logbook Creator

Print directly your logbook from the cache page

What is Geocaching Logbook Creator?

Geocaching Logbook Creator is a Chrome extension developed by https://geoking.fr, and its main feature is "Print directly your logbook from the cache page".

Extension Screenshots

screenshot
screenshot
screenshot

Download Geocaching Logbook Creator Extension CRX File

Download Geocaching Logbook Creator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Print easily your Geocaching logbook.
Add a link into Geocaching website to prefill logbook.

3 clicks to print a new logbook!

You can go directly to the geoking portal : http://www.geoking.fr                    

Extension Basic Information

Name Geocaching Logbook Creator Geocaching Logbook Creator
ID cbiohbnmefglohaemcbbecmoipkaomfb
Official URL https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb
Description Print directly your logbook from the cache page
File Size 47.7 KB
Installation Count 529
Current Version 0.0.4
Last Updated 2017-08-03
Publish Date 2017-08-03
Rating 1.00/5 Total 4 Ratings
Developer https://geoking.fr
Payment Type free
Extension Website http://log.geoking.fr/
Help Page URL http://log.geoking.fr/
Supported Languages de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geocaching Logbook Creator",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Print directly your logbook from the cache page",
    "homepage_url": "http:\/\/log.geoking.fr",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.geocaching.com\/*",
                "http:\/\/www.geocaching.com\/*"
            ],
            "css": [
                "all.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.geocaching.com\/*",
                "http:\/\/www.geocaching.com\/*"
            ],
            "js": [
                "all.min.js"
            ]
        }
    ]
}