Map to Map HK
Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth
Qu'est-ce que Map to Map HK ?
Map to Map HK est une extension Chrome développée par kentsui.dev, et sa fonction principale est "Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Map to Map HK
Téléchargez les fichiers d'extension Map to Map HK au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth
Informations de Base sur l'Extension
Nom | |
ID | kchjhnkookmjfibkndmgokgpdiblpnbo |
URL Officiel | https://chromewebstore.google.com/detail/map-to-map-hk/kchjhnkookmjfibkndmgokgpdiblpnbo |
Description | Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth |
Taille du Fichier | 88 KB |
Nombre d'Installations | 42 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2023-12-21 |
Date de Publication | 2020-09-01 |
Développeur | kentsui.dev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |