Freemap.sk for Geocaching
Adds Freemap Outdoor and Ortofotomozaika SR map layers to www.geocaching.com and adds link to open cache on www.freemap.sk.
什麼是Freemap.sk for Geocaching?
Freemap.sk for Geocaching是由https://www.freemap.sk開發的Chrome擴展程式,該擴展的主要功能是“Adds Freemap Outdoor and Ortofotomozaika SR map layers to www.geocaching.com and adds link to open cache on www.freemap.sk.”。
擴展截圖
下載Freemap.sk for Geocaching擴展crx文件
下載Freemap.sk for Geocaching擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Maps on www.geocaching.com don't provide much details for outdoor activities. This extension adds Freemap Outdoor and Ortofotomozaika SR map layers to following maps:
* https://www.geocaching.com/map/
* https://www.geocaching.com/play/map
* preview map on individial caches (eg. https://www.geocaching.com/geocache/GC9DK35)
It also adds link to open www.freemap.sk with highlighted position of the cache.                     擴展基本資訊
| 名稱 |   |  
| ID | iapkfaedafblcbjnjdhklenbcnedoodl | 
| 官方網址 | https://chromewebstore.google.com/detail/freemapsk-for-geocaching/iapkfaedafblcbjnjdhklenbcnedoodl | 
| 簡介 | Adds Freemap Outdoor and Ortofotomozaika SR map layers to www.geocaching.com and adds link to open cache on www.freemap.sk. | 
| 檔案大小 | 19.1 KB | 
| 安裝次數 | 84 | 
| 目前版本 | 1.0 | 
| 更新時間 | 2021-09-05 | 
| 上架時間 | 2021-09-05 | 
| 評分 | 5.00/5 共 1 次評分 | 
| 開發者 | https://www.freemap.sk | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://github.com/FreemapSlovakia/fm4gc | 
| 說明頁面URL | https://github.com/FreemapSlovakia/fm4gc/issues | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freemap.sk for Geocaching",
    "short_name": "fm4gc",
    "version": "1.0",
    "author": "Martin \u017ddila (Freemap Slovakia)",
    "description": "Adds Freemap Outdoor and Ortofotomozaika SR map layers to www.geocaching.com and adds link to open cache on www.freemap.sk.",
    "icons": {
        "48": "icons\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.geocaching.com\/map\/"
            ],
            "js": [
                "common.js",
                "map.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.geocaching.com\/play\/*"
            ],
            "js": [
                "common.js",
                "play_map.js"
            ],
            "css": [
                "play_map.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.geocaching.com\/geocache\/*"
            ],
            "js": [
                "common.js",
                "geocache.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |