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 là gì?
MapMe là một tiện ích mở rộng Chrome được phát triển bởi https://frameworkscentral.blogspot.com, và tính năng chính của nó là "Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MapMe
Tải xuống các tệp mở rộng MapMe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MapMe |
ID | pkeibkoopkkbbkgdegbbkjlgmomklbpf |
URL Chính Thức | https://chromewebstore.google.com/detail/mapme/pkeibkoopkkbbkgdegbbkjlgmomklbpf |
Mô tả | Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'. |
Kích Thước Tệp | 29.59 KB |
Số Lần Cài Đặt | 10,543 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2013-06-15 |
Ngày Phát Hành | 2013-06-15 |
Đánh Giá | 4.14/5 Tổng số 42 Đánh Giá |
Nhà Phát Triển | https://frameworkscentral.blogspot.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |