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是由https://frameworkscentral.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.”。
扩展截图
下载MapMe扩展crx文件
下载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'" } |