Map to Map HK

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

O que é Map to Map HK?

Map to Map HK é uma extensão do Chrome desenvolvida por kentsui.dev, e sua principal característica é "Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Map to Map HK

Baixe arquivos de extensão Map to Map HK no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Map to Map HK Map to Map HK
ID kchjhnkookmjfibkndmgokgpdiblpnbo
URL Oficial https://chromewebstore.google.com/detail/map-to-map-hk/kchjhnkookmjfibkndmgokgpdiblpnbo
Descrição Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth
Tamanho do Arquivo 88 KB
Contagem de Instalações 42
Versão Atual 0.2.1
Última Atualização 2023-12-21
Data de Publicação 2020-09-01
Desenvolvedor kentsui.dev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}