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.

Apa itu Geocaching.com Friends Logs?

Geocaching.com Friends Logs adalah ekstensi Chrome yang dikembangkan oleh rfsbraz, dan fitur utamanya adalah "Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Geocaching.com Friends Logs

Unduh file ekstensi Geocaching.com Friends Logs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Geocaching.com Friends Logs Geocaching.com Friends Logs
ID bgildcbomgimjfoblhlhmaehaeieeaam
URL Resmi https://chromewebstore.google.com/detail/geocachingcom-friends-log/bgildcbomgimjfoblhlhmaehaeieeaam
Deskripsi Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.
Ukuran File 59.76 KB
Jumlah Instalasi 234
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2015-12-29
Tanggal Publikasi 2015-12-29
Penilaian 3.50/5 Total 2 Penilaian
Pengembang rfsbraz
Tipe Pembayaran free
Situs Ekstensi https://github.com/rfsbraz/Geocaching.com-Friends-Logs
URL Halaman Bantuan https://github.com/rfsbraz/Geocaching.com-Friends-Logs
Bahasa yang Didukung 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"
    }
}