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
官方URL 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"
    ]
}