Google Maps select and search

Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.

什么是Google Maps select and search?

Google Maps select and search是由laurentt96开发的Chrome扩展程序,该扩展的主要功能是“Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.”。

扩展截图

screenshot

下载Google Maps select and search扩展crx文件

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

扩展使用说明

                        This extension will add a button when you select and right click on an address. This button will open Google Maps to the address you selected. 
No need to copy/paste and waste time.                    

扩展基本信息

名称 Google Maps select and search Google Maps select and search
ID iobjmgojenedagiebkecldbpgimlchje
官方URL https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje
简介 Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.
文件大小 603 KB
安装次数 32,900
当前版本 2.0
更新时间 2023-08-31
上架时间 2019-11-03
评分 4.03/5 共67次评分
开发者 laurentt96
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Maps select and search",
    "version": "2.0",
    "manifest_version": 3,
    "description": "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.",
    "permissions": [
        "contextMenus"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "script.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}