Geocaching Logbook Creator

Print directly your logbook from the cache page

Wat is Geocaching Logbook Creator?

Geocaching Logbook Creator is een Chrome-extensie ontwikkeld door https://geoking.fr, en de belangrijkste functie is "Print directly your logbook from the cache page".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Geocaching Logbook Creator

Download Geocaching Logbook Creator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Geocaching Logbook Creator Geocaching Logbook Creator
ID cbiohbnmefglohaemcbbecmoipkaomfb
Officiële URL https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb
Beschrijving Print directly your logbook from the cache page
Bestandsgrootte 47.7 KB
Aantal Installaties 529
Huidige Versie 0.0.4
Laatst Bijgewerkt 2017-08-03
Publicatiedatum 2017-08-03
Beoordeling 1.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://geoking.fr
Betalingswijze free
Extensiewebsite http://log.geoking.fr/
Help Pagina-URL http://log.geoking.fr/
Ondersteunde Talen 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"
            ]
        }
    ]
}