Share To Google Maps

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

Vad är Share To Google Maps?

Share To Google Maps är en Chrome-tillägg utvecklad av Share To Google Maps, och dess huvudfunktion är "This Chrome extension enables you to share any address available on any of the websites to Google map.".

Tilläggsskärmbilder

screenshot

Ladda ner Share To Google Maps-förlängningens CRX-fil

Ladda ner Share To Google Maps-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Share To Google Maps Share To Google Maps
ID icjhfpeapfckacmjgjnodoobdolbakdp
Officiell webbadress https://chromewebstore.google.com/detail/share-to-google-maps/icjhfpeapfckacmjgjnodoobdolbakdp
Beskrivning This Chrome extension enables you to share any address available on any of the websites to Google map.
Filstorlek 194 KB
Antal Installationer 116
Aktuell Version 0.1
Senast Uppdaterad 2023-05-31
Publiceringsdatum 2023-05-31
Utvecklare Share To Google Maps
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}