Share To Google Maps

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

Wat is Share To Google Maps?

Share To Google Maps is een Chrome-extensie ontwikkeld door Share To Google Maps, en de belangrijkste functie is "This Chrome extension enables you to share any address available on any of the websites to Google map.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Share To Google Maps

Download Share To Google Maps-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Share To Google Maps Share To Google Maps
ID icjhfpeapfckacmjgjnodoobdolbakdp
Officiële URL https://chromewebstore.google.com/detail/share-to-google-maps/icjhfpeapfckacmjgjnodoobdolbakdp
Beschrijving This Chrome extension enables you to share any address available on any of the websites to Google map.
Bestandsgrootte 194 KB
Aantal Installaties 116
Huidige Versie 0.1
Laatst Bijgewerkt 2023-05-31
Publicatiedatum 2023-05-31
Ontwikkelaar Share To Google Maps
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}