Geocaching Logbook Creator

Print directly your logbook from the cache page

¿Qué es Geocaching Logbook Creator?

Geocaching Logbook Creator es una extensión de Chrome desarrollada por https://geoking.fr, y su función principal es "Print directly your logbook from the cache page".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Geocaching Logbook Creator

Descarga archivos de extensión Geocaching Logbook Creator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Geocaching Logbook Creator Geocaching Logbook Creator
ID cbiohbnmefglohaemcbbecmoipkaomfb
URL Oficial https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb
Descripción Print directly your logbook from the cache page
Tamaño del Archivo 47.7 KB
Cantidad de Instalaciones 529
Versión Actual 0.0.4
Última Actualización 2017-08-03
Fecha de Publicación 2017-08-03
Calificación 1.00/5 Total de 4 Calificaciones
Desarrollador https://geoking.fr
Tipo de Pago free
Sitio Web de la Extensión http://log.geoking.fr/
URL de la Página de Ayuda http://log.geoking.fr/
Idiomas Soportados 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"
            ]
        }
    ]
}