Share To Google Maps

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

O que é Share To Google Maps?

Share To Google Maps é uma extensão do Chrome desenvolvida por Share To Google Maps, e sua principal característica é "This Chrome extension enables you to share any address available on any of the websites to Google map.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Share To Google Maps

Baixe arquivos de extensão Share To Google Maps no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Share To Google Maps Share To Google Maps
ID icjhfpeapfckacmjgjnodoobdolbakdp
URL Oficial https://chromewebstore.google.com/detail/share-to-google-maps/icjhfpeapfckacmjgjnodoobdolbakdp
Descrição This Chrome extension enables you to share any address available on any of the websites to Google map.
Tamanho do Arquivo 194 KB
Contagem de Instalações 116
Versão Atual 0.1
Última Atualização 2023-05-31
Data de Publicação 2023-05-31
Desenvolvedor Share To Google Maps
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}