Share To Google Maps

This Chrome extension enables you to share any address available on any of the websites to Google map.

Co to jest Share To Google Maps?

Share To Google Maps to rozszerzenie Chrome opracowane przez Share To Google Maps, a jego główną funkcją jest „This Chrome extension enables you to share any address available on any of the websites to Google map.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Share To Google Maps

Pobierz pliki rozszerzeń Share To Google Maps w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Share to Google Maps Chrome extension revolutionizes your browsing experience by seamlessly integrating web page addresses and locations with Google Maps. With this powerful extension, you can effortlessly share addresses or locations from web pages to Google Maps for quick navigation or further exploration. Discover a convenient and efficient way to access location information right from your browser. 

  

Key Features: 

>>Instant Address Integration: Easily share addresses or locations from web pages to Google Maps with a single click. 

>>Effortless Navigation: Seamlessly transition from browsing to navigating, as your desired location opens directly in Google Maps. 

>>Enhanced Exploration: Explore the surroundings of any location by effortlessly transferring it to Google Maps for further discovery. 

>>Streamlined Workflow: Save time and effort by eliminating the need for manual copy-pasting or typing of addresses. 

 

How to Use? 

>>Install the Share to Google Maps Chrome extension from the Chrome Web Store. 

>>Upon installation, the extension integrates seamlessly into your browser. 

>>Browse the web and come across an address or location you want to explore on Google Maps. 

>>Right-click on the address or location and select "Share to Google Maps" from the context menu. 

>>Sit back and let the extension do the work! The selected address or location will open in Google Maps, ready for your exploration. 


Upgrade your browsing experience with the Share to Google Maps Chrome extension today. Effortlessly integrate web page addresses and locations with Google Maps, making navigation and exploration a breeze. Simplify your workflow and discover a seamless way to access location information right from your browser.                    

Podstawowe informacje o rozszerzeniu

Nazwa Share To Google Maps Share To Google Maps
ID icjhfpeapfckacmjgjnodoobdolbakdp
Oficjalny URL https://chromewebstore.google.com/detail/share-to-google-maps/icjhfpeapfckacmjgjnodoobdolbakdp
Opis This Chrome extension enables you to share any address available on any of the websites to Google map.
Rozmiar pliku 194 KB
Liczba instalacji 116
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2023-05-31
Data Publikacji 2023-05-31
Deweloper Share To Google Maps
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Share To Google Maps",
    "description": "This Chrome extension enables you to share any address available on any of the websites to Google map.",
    "version": "0.1",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": ".\/Icon16.png",
        "32": ".\/Icon32.png",
        "64": ".\/Icon64.png",
        "128": ".\/Icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "Icon32.png"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "gcm",
        "storage"
    ]
}