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'.”。

擴展截圖

screenshot

下載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 MapMe
ID pkeibkoopkkbbkgdegbbkjlgmomklbpf
官方網址 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'"
}