Geocaching Logbook Creator

Print directly your logbook from the cache page

Co je Geocaching Logbook Creator?

Geocaching Logbook Creator je rozšíření Chrome vyvinuté https://geoking.fr, a jeho hlavní funkcí je „Print directly your logbook from the cache page“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Geocaching Logbook Creator

Stáhněte si soubory rozšíření Geocaching Logbook Creator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Geocaching Logbook Creator Geocaching Logbook Creator
ID cbiohbnmefglohaemcbbecmoipkaomfb
Oficiální URL https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb
Popis Print directly your logbook from the cache page
Velikost souboru 47.7 KB
Počet instalací 529
Aktuální Verze 0.0.4
Poslední Aktualizace 2017-08-03
Datum Vydání 2017-08-03
Hodnocení 1.00/5 Celkem 4 Hodnocení
Vývojář https://geoking.fr
Typ Platby free
Webové stránky Rozšíření http://log.geoking.fr/
URL Stránky Nápovědy http://log.geoking.fr/
Podporované Jazyky 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"
            ]
        }
    ]
}