Share To Google Maps

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

Apa itu Share To Google Maps?

Share To Google Maps adalah ekstensi Chrome yang dikembangkan oleh Share To Google Maps, dan fitur utamanya adalah "This Chrome extension enables you to share any address available on any of the websites to Google map.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Share To Google Maps

Unduh file ekstensi Share To Google Maps dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Share To Google Maps Share To Google Maps
ID icjhfpeapfckacmjgjnodoobdolbakdp
URL Resmi https://chromewebstore.google.com/detail/share-to-google-maps/icjhfpeapfckacmjgjnodoobdolbakdp
Deskripsi This Chrome extension enables you to share any address available on any of the websites to Google map.
Ukuran File 194 KB
Jumlah Instalasi 116
Versi Saat Ini 0.1
Terakhir Diperbarui 2023-05-31
Tanggal Publikasi 2023-05-31
Pengembang Share To Google Maps
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}