MapSearch

Select and search in Maps with mouse right-click.

Co je MapSearch?

MapSearch je rozšíření Chrome vyvinuté https://www.downloadhub.cloud, a jeho hlavní funkcí je „Select and search in Maps with mouse right-click.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření MapSearch

Stáhněte si soubory rozšíření MapSearch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        You can search on google map or bing map by selecting any address very easily. For that you just need to select the text and right click and go to the menu and click on map search. You can also go to option and select your bin map or google map. Which map you use is up to you, Google Maps is kept as default for now.

=======================================================

[+] This extension usually helps to find location.
[+] selecting any text you can search that text on Google maps or bing maps.
[+] Simply right-click and select - Search selection inGoogle maps or bing maps - from context-menu.
[+] You can search whether the selected text is on Google maps or bing maps.
[+] Very lite and easy to use Extension.
[+] You can search for a person or a place separately on Google maps or bing maps.

[+] Available for all browsers and platforms.
=======================================================

Many times we see a specific address or place on a website but we don't know which address or place and its location, we have to use google or bing map for that.We made this extension for you to easily see the location on google or big map directly from that text.With the help of this extender, you can easily select a specific text and find out which location the text belongs to. For that you have to select that text and right click to go to the menu.

=======================================================                    

Základní Informace o Rozšíření

Název MapSearch MapSearch
ID bepfdmfalggbkdijnkibcmhmcggaklnh
Oficiální URL https://chromewebstore.google.com/detail/mapsearch/bepfdmfalggbkdijnkibcmhmcggaklnh
Popis Select and search in Maps with mouse right-click.
Velikost souboru 62.91 KB
Počet instalací 142
Aktuální Verze 1.1.2
Poslední Aktualizace 2022-11-09
Datum Vydání 2022-11-09
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.downloadhub.cloud
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://www.downloadhub.cloud/2022/10/mapsearch.html
URL Stránky Zásad Ochrany Soukromí https://www.downloadhub.cloud/p/privacy-policy.html
Podporované Jazyky en,en-GB,en-US,es,pt-BR,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2022\/10\/mapsearch.html",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "version": "1.1.2",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "data\/*"
            ]
        }
    ]
}