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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Geocaching.com Friends Logs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}