Yelp to Google Maps

Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps.

What is Yelp to Google Maps?

Yelp to Google Maps is a Chrome extension developed by sifxtreme, and its main feature is "Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps.".

Extension Screenshots

screenshot

Download Yelp to Google Maps Extension CRX File

Download Yelp to 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

                        Hate clicking on an address on Yelp and having it opening in Yelp maps? Use this extension to have the address from a Yelp restaurant page open in Google Maps.                    

Extension Basic Information

Name Yelp to Google Maps Yelp to Google Maps
ID fpmjnpeaolcopddalaodjlabiplflnlb
Official URL https://chrome.google.com/webstore/detail/yelp-to-google-maps/fpmjnpeaolcopddalaodjlabiplflnlb
Description Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps.
File Size 37.11 KB
Installation Count 1,000
Current Version 1.0.2
Last Updated 2015-05-17
Publish Date 2015-05-17
Rating 3.62/5 Total 13 Ratings
Developer sifxtreme
Payment Type free
Extension Website http://www.lifesforlearning.com
Help Page URL http://www.lifesforlearning.com
Privacy Policy Page URL https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yelp to Google Maps",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps.",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.yelp.com\/*",
                "https:\/\/www.yelp.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}