GeoKrety Toolbox

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

什么是GeoKrety Toolbox?

GeoKrety Toolbox是由simor开发的Chrome扩展程序,该扩展的主要功能是“Shows GeoKrety trackables on geocaching.com cache pages and facilitates dropping GK trackables into GC caches.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载GeoKrety Toolbox扩展crx文件

下载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
}