Maps Shortcut

Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.

什么是Maps Shortcut?

Maps Shortcut是由cgdahvis开发的Chrome扩展程序,该扩展的主要功能是“Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.”。

扩展截图

screenshot
screenshot
screenshot

下载Maps Shortcut扩展crx文件

下载Maps Shortcut扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Highlight an address -> right click highlighted text > click the button "GMaps Lookup"; Google Maps window pops up with the targeted address.

Can also search an address in Google Maps directly from the extension toolbar.

Must-have for real estate professionals.                    

扩展基本信息

名称 Maps Shortcut Maps Shortcut
ID nacjnoidlajgponcckmkfoebmipbgbfj
官方URL https://chromewebstore.google.com/detail/maps-shortcut/nacjnoidlajgponcckmkfoebmipbgbfj
简介 Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.
文件大小 183 KB
安装次数 65
当前版本 1.1
更新时间 2021-07-18
上架时间 2021-07-09
评分 5.00/5 共4次评分
开发者 cgdahvis
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Maps Shortcut",
    "version": "1.1",
    "description": "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.",
    "icons": {
        "16": "Capture.png",
        "48": "Capture.png",
        "128": "Capture.png"
    },
    "browser_action": {
        "default_icon": "Capture.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}