I'm on the map

Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)

什么是I'm on the map?

I'm on the map是由dtool开发的Chrome扩展程序,该扩展的主要功能是“Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)”。

扩展截图

screenshot
screenshot

下载I'm on the map扩展crx文件

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

扩展使用说明

                        You need to select an address on the page, right-click and you have the option "Find address on the map". Quick and convenient.

By default, the search is enabled only on Google map. You can activate other options in the extension parameters.

Also in the parameters you can add any other service in which you want to search for the selected text, the main thing is that this service supports the transfer of text parameters via URL.                    

扩展基本信息

名称 I'm on the map I'm on the map
ID jokondjdgjomnagkjpmdlgkgehjelmbk
官方URL https://chromewebstore.google.com/detail/im-on-the-map/jokondjdgjomnagkjpmdlgkgehjelmbk
简介 Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)
文件大小 21.18 KB
安装次数 1,770
当前版本 1.11.5
更新时间 2023-12-11
上架时间 2013-09-13
评分 4.68/5 共28次评分
开发者 dtool
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDescription__",
    "default_locale": "ru",
    "icons": {
        "16": "icon_v2_16_red2.png",
        "128": "icon_v3_128.png"
    },
    "version": "1.11.5",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "content_security_policy": [],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}