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.

Wat is Yelp to Google Maps?

Yelp to Google Maps is een Chrome-extensie ontwikkeld door sifxtreme, en de belangrijkste functie 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.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Yelp to Google Maps

Download Yelp to Google Maps-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Yelp to Google Maps Yelp to Google Maps
ID fpmjnpeaolcopddalaodjlabiplflnlb
Officiële URL https://chrome.google.com/webstore/detail/yelp-to-google-maps/fpmjnpeaolcopddalaodjlabiplflnlb
Beschrijving 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.
Bestandsgrootte 37.11 KB
Aantal Installaties 1,000
Huidige Versie 1.0.2
Laatst Bijgewerkt 2015-05-17
Publicatiedatum 2015-05-17
Beoordeling 3.62/5 Totaal 13 Beoordelingen
Ontwikkelaar sifxtreme
Betalingswijze free
Extensiewebsite http://www.lifesforlearning.com
Help Pagina-URL http://www.lifesforlearning.com
URL van de Privacybeleid Pagina https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md
Ondersteunde Talen 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"
            ]
        }
    ]
}