Geocaching Logbook Creator

Print directly your logbook from the cache page

Hvad er Geocaching Logbook Creator?

Geocaching Logbook Creator er en Chrome-udvidelse udviklet af https://geoking.fr, og dens hovedfunktion er "Print directly your logbook from the cache page".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Geocaching Logbook Creator-udvidelses-CRX-fil

Download Geocaching Logbook Creator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Geocaching Logbook Creator Geocaching Logbook Creator
ID cbiohbnmefglohaemcbbecmoipkaomfb
Officiel URL https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb
Beskrivelse Print directly your logbook from the cache page
Filstørrelse 47.7 KB
Antal Installationer 529
Nuværende Version 0.0.4
Senest Opdateret 2017-08-03
Udgivelsesdato 2017-08-03
Bedømmelse 1.00/5 Samlet 4 Bedømmelser
Udvikler https://geoking.fr
Betalingsmetode free
Udvidelseswebsted http://log.geoking.fr/
Hjælpeside-URL http://log.geoking.fr/
Understøttede Sprog 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"
            ]
        }
    ]
}