GeoKrety Toolbox

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

GeoKrety Toolboxคืออะไร?

GeoKrety Toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย simor และคุณลักษณะหลักของมันคือ "Shows GeoKrety trackables on geocaching.com cache pages and facilitates dropping GK trackables into GC caches."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GeoKrety Toolbox

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

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

                        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
}