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.

Co je Geocaching.com Friends Logs?

Geocaching.com Friends Logs je rozšíření Chrome vyvinuté rfsbraz, a jeho hlavní funkcí je „Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Geocaching.com Friends Logs

Stáhněte si soubory rozšíření Geocaching.com Friends Logs 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í

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

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

Název Geocaching.com Friends Logs Geocaching.com Friends Logs
ID bgildcbomgimjfoblhlhmaehaeieeaam
Oficiální URL https://chromewebstore.google.com/detail/geocachingcom-friends-log/bgildcbomgimjfoblhlhmaehaeieeaam
Popis Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.
Velikost souboru 59.76 KB
Počet instalací 234
Aktuální Verze 1.0.1
Poslední Aktualizace 2015-12-29
Datum Vydání 2015-12-29
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář rfsbraz
Typ Platby free
Webové stránky Rozšíření https://github.com/rfsbraz/Geocaching.com-Friends-Logs
URL Stránky Nápovědy https://github.com/rfsbraz/Geocaching.com-Friends-Logs
Podporované Jazyky 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"
    }
}