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」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |