Geocaching Logbook Creator

Print directly your logbook from the cache page

O que é Geocaching Logbook Creator?

Geocaching Logbook Creator é uma extensão do Chrome desenvolvida por https://geoking.fr, e sua principal característica é "Print directly your logbook from the cache page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Geocaching Logbook Creator

Baixe arquivos de extensão Geocaching Logbook Creator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Geocaching Logbook Creator Geocaching Logbook Creator
ID cbiohbnmefglohaemcbbecmoipkaomfb
URL Oficial https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb
Descrição Print directly your logbook from the cache page
Tamanho do Arquivo 47.7 KB
Contagem de Instalações 529
Versão Atual 0.0.4
Última Atualização 2017-08-03
Data de Publicação 2017-08-03
Classificação 1.00/5 Total de 4 Avaliações
Desenvolvedor https://geoking.fr
Tipo de Pagamento free
Site da Extensão http://log.geoking.fr/
URL da Página de Ajuda http://log.geoking.fr/
Idiomas Suportados 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"
            ]
        }
    ]
}