MapMe
Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.
MapMeคืออะไร?
MapMe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://frameworkscentral.blogspot.com และคุณลักษณะหลักของมันคือ "Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MapMe
ดาวน์โหลดไฟล์ส่วนขยาย MapMe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'. It doesn't need to be an exact address as other plugins require since Google Maps is smart enough to resolve landmarks like "Hollywood". Translation help needed! If you could provide translation for the description (the text above), Chrome users around the world will certainly appreciate it! Thanks in advance!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MapMe |
ID | pkeibkoopkkbbkgdegbbkjlgmomklbpf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mapme/pkeibkoopkkbbkgdegbbkjlgmomklbpf |
คำอธิบาย | Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'. |
ขนาดไฟล์ | 29.59 KB |
จำนวนการติดตั้ง | 10,543 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2013-06-15 |
วันที่เผยแพร่ | 2013-06-15 |
คะแนน | 4.14/5 รวมทั้งหมด 42 คะแนน |
ผู้พัฒนา | https://frameworkscentral.blogspot.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,es,hi,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.6", "background": { "page": "background.html" }, "permissions": [ "contextMenus" ], "minimum_chrome_version": "18.0.0.0", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": "default-src 'none'; script-src 'self'" } |