I'm on the map

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

Apa itu I'm on the map?

I'm on the map adalah ekstensi Chrome yang dikembangkan oleh dtool, dan fitur utamanya adalah "Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi I'm on the map

Unduh file ekstensi I'm on the map dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama I'm on the map I'm on the map
ID jokondjdgjomnagkjpmdlgkgehjelmbk
URL Resmi https://chromewebstore.google.com/detail/im-on-the-map/jokondjdgjomnagkjpmdlgkgehjelmbk
Deskripsi Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)
Ukuran File 21.18 KB
Jumlah Instalasi 1,770
Versi Saat Ini 1.11.5
Terakhir Diperbarui 2023-12-11
Tanggal Publikasi 2013-09-13
Penilaian 4.68/5 Total 28 Penilaian
Pengembang dtool
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}