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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Map to Map HK एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}