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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kentsui.dev และคุณลักษณะหลักของมันคือ "Switch between Outline Zoning Plan, GeoInfo Map, GIS on Hong Kong Heritage, Tree Register, CED, Google Map and Google Earth"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Map to Map HK
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |