Map to Map HK

Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth

什麼是Map to Map HK?

Map to Map HK是由kentsui.dev開發的Chrome擴展程式,該擴展的主要功能是“Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth”。

擴展截圖

screenshot
screenshot
screenshot

下載Map to Map HK擴展crx文件

下載Map to Map HK擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth                    

擴展基本資訊

名稱 Map to Map HK Map to Map HK
ID kchjhnkookmjfibkndmgokgpdiblpnbo
官方網址 https://chromewebstore.google.com/detail/map-to-map-hk/kchjhnkookmjfibkndmgokgpdiblpnbo
簡介 Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth
檔案大小 88 KB
安裝次數 42
目前版本 0.2.1
更新時間 2023-12-21
上架時間 2020-09-01
開發者 kentsui.dev
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Map to Map HK",
    "version": "0.2.1",
    "description": "Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth",
    "icons": {
        "16": ".\/images\/logo16.png",
        "48": ".\/images\/logo48.png",
        "128": ".\/images\/logo128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": ".\/images\/logo32.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ozp.tpb.gov.hk\/*",
                "*:\/\/*.map.gov.hk\/*",
                "*:\/\/*.gish.amo.gov.hk\/*",
                "*:\/\/*.greening.gov.hk\/map\/*",
                "*:\/\/*.cedmap.epd.gov.hk\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content_script.js"
            ]
        }
    ],
    "options_page": "about.html",
    "web_accessible_resources": [
        {
            "resources": [
                "\/inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}