GeoKrety Toolbox

Shows GeoKrety trackables on geocaching.com cache pages and facilitates dropping GK trackables into GC caches.

GeoKrety Toolbox क्या है?

GeoKrety Toolbox simor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows GeoKrety trackables on geocaching.com cache pages and facilitates dropping GK trackables into GC caches."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        This script was written to build a bridge between the most popular geocaching site and a relatively new site that offers a free tracking service - geokrety.org. It has two functions.  Once you enter a particular cache page on geocaching.com it will automatically check if there are any geokrets (items tracked on geokrety.org) inside that cache and show the result in the inventory section on the right hand side of the screen (below the existing list of Travelbugs and Geocoins). If you have an account on geokrety.org you can also easily drop geokrets into GC caches because the waypoint code and coordinates are automatically copied over onto the logging form on geokrety.org.

1.0.4	  8 Feb 2016	Site layout update
Tested on Google Chrome v48                    

एक्सटेंशन की मूल जानकारी

नाम GeoKrety Toolbox GeoKrety Toolbox
ID ldbheajkebdflbjdckojokbfdndkahnl
आधिकारिक URL https://chromewebstore.google.com/detail/geokrety-toolbox/ldbheajkebdflbjdckojokbfdndkahnl
विवरण Shows GeoKrety trackables on geocaching.com cache pages and facilitates dropping GK trackables into GC caches.
फ़ाइल का आकार 40.54 KB
स्थापना संख्या 604
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2016-02-13
प्रकाशन तिथि 2016-02-12
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर simor
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/www.geocaching.com\/geocache\/GC*",
                "https:\/\/www.geocaching.com\/geocache\/GC*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Shows GeoKrety trackables on geocaching.com cache pages and facilitates dropping GK trackables into GC caches.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "name": "GeoKrety Toolbox",
    "permissions": [
        "http:\/\/geokrety.org\/*",
        "http:\/\/www.geokrety.org\/*",
        "https:\/\/geokrety.org\/*",
        "https:\/\/www.geokrety.org\/*"
    ],
    "version": "1.0.5",
    "manifest_version": 2
}