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 là gì?

Map to Map HK là một tiện ích mở rộng Chrome được phát triển bởi kentsui.dev, và tính năng chính của nó là "Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Map to Map HK

Tải xuống các tệp mở rộng Map to Map HK dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Map to Map HK Map to Map HK
ID kchjhnkookmjfibkndmgokgpdiblpnbo
URL Chính Thức https://chromewebstore.google.com/detail/map-to-map-hk/kchjhnkookmjfibkndmgokgpdiblpnbo
Mô tả Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth
Kích Thước Tệp 88 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2023-12-21
Ngày Phát Hành 2020-09-01
Nhà Phát Triển kentsui.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}