Open in Google Maps

Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.

What is Open in Google Maps?

Open in Google Maps is a Chrome extension developed by https://garbageoverflow.blogspot.com, and its main feature is "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.".

Extension Screenshots

screenshot
screenshot

Download Open in Google Maps Extension CRX File

Download Open in Google Maps extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension let you open addresses in Google Maps without having to go to google maps in a separate tab.
Helps a lot if you are looking at real estates websites and want to quickly lookup addresses.

How to use - 
1 - Install the plugin
2 - Highlight or select the address
3 - Click on the red map pin in the right top corner                    

Extension Basic Information

Name Open in Google Maps Open in Google Maps
ID cinncpjcejdnoafflljjmgibkkgkigag
Official URL https://chromewebstore.google.com/detail/open-in-google-maps/cinncpjcejdnoafflljjmgibkkgkigag
Description Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.
File Size 7.19 KB
Installation Count 28,569
Current Version 1.2
Last Updated 2015-02-18
Publish Date 2015-02-18
Rating 4.45/5 Total 42 Ratings
Developer https://garbageoverflow.blogspot.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in Google Maps",
    "description": "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.",
    "version": "1.2",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}