Geocaching.com Friends Logs

Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.

Cos'è Geocaching.com Friends Logs?

Geocaching.com Friends Logs è un'estensione di Chrome sviluppata da rfsbraz, e la sua funzione principale è "Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Geocaching.com Friends Logs

Scarica i file di estensione Geocaching.com Friends Logs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Loads your friends logs at the top of every cache listing, so you know which friends have visited and what was their experience!                    

Informazioni di Base sull'Estensione

Nome Geocaching.com Friends Logs Geocaching.com Friends Logs
ID bgildcbomgimjfoblhlhmaehaeieeaam
URL Ufficiale https://chromewebstore.google.com/detail/geocachingcom-friends-log/bgildcbomgimjfoblhlhmaehaeieeaam
Descrizione Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.
Dimensione del File 59.76 KB
Conteggio Installazioni 234
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-12-29
Data di Pubblicazione 2015-12-29
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore rfsbraz
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rfsbraz/Geocaching.com-Friends-Logs
URL della Pagina di Aiuto https://github.com/rfsbraz/Geocaching.com-Friends-Logs
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Geocaching.com Friends Logs",
    "description": "Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.geocaching.com\/seek\/cache_details.aspx?wp=GC*",
                "https:\/\/*.geocaching.com\/seek\/cache_details.aspx?wp=GC*"
            ],
            "css": [
                "square.css",
                "style.css"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "icheck.min.js",
                "init.js",
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "\/inject.js"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    }
}