MapMe

Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.

What is MapMe?

MapMe is a Chrome extension developed by https://frameworkscentral.blogspot.com, and its main feature is "Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.".

Extension Screenshots

screenshot

Download MapMe Extension CRX File

Download MapMe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name MapMe MapMe
ID pkeibkoopkkbbkgdegbbkjlgmomklbpf
Official URL https://chromewebstore.google.com/detail/mapme/pkeibkoopkkbbkgdegbbkjlgmomklbpf
Description Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.
File Size 29.59 KB
Installation Count 10,543
Current Version 1.0.6
Last Updated 2013-06-15
Publish Date 2013-06-15
Rating 4.14/5 Total 42 Ratings
Developer https://frameworkscentral.blogspot.com
Payment Type free
Supported Languages 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'"
}