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