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.

Geocaching.com Friends Logsคืออะไร?

Geocaching.com Friends Logs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rfsbraz และคุณลักษณะหลักของมันคือ "Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Geocaching.com Friends Logs

ดาวน์โหลดไฟล์ส่วนขยาย Geocaching.com Friends Logs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Geocaching.com Friends Logs Geocaching.com Friends Logs
ID bgildcbomgimjfoblhlhmaehaeieeaam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/geocachingcom-friends-log/bgildcbomgimjfoblhlhmaehaeieeaam
คำอธิบาย Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.
ขนาดไฟล์ 59.76 KB
จำนวนการติดตั้ง 234
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2015-12-29
วันที่เผยแพร่ 2015-12-29
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา rfsbraz
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rfsbraz/Geocaching.com-Friends-Logs
URL หน้าช่วยเหลือ https://github.com/rfsbraz/Geocaching.com-Friends-Logs
ภาษาที่รองรับ 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"
    }
}