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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में I'm on the map एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}