Geocaching Logbook Creator

Print directly your logbook from the cache page

Qu'est-ce que Geocaching Logbook Creator ?

Geocaching Logbook Creator est une extension Chrome développée par https://geoking.fr, et sa fonction principale est "Print directly your logbook from the cache page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Geocaching Logbook Creator

Téléchargez les fichiers d'extension Geocaching Logbook Creator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Geocaching Logbook Creator Geocaching Logbook Creator
ID cbiohbnmefglohaemcbbecmoipkaomfb
URL Officiel https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb
Description Print directly your logbook from the cache page
Taille du Fichier 47.7 KB
Nombre d'Installations 529
Version Actuelle 0.0.4
Dernière Mise à Jour 2017-08-03
Date de Publication 2017-08-03
Évaluation 1.00/5 Total 4 Évaluations
Développeur https://geoking.fr
Type de Paiement free
Site Web de l'Extension http://log.geoking.fr/
URL de la Page d'Aide http://log.geoking.fr/
Langues Prises en Charge 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"
            ]
        }
    ]
}