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.

Was ist Yelp to Google Maps?

Yelp to Google Maps ist eine Chrome-Erweiterung, die von sifxtreme entwickelt wurde, und ihr Hauptmerkmal ist "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.".

Erweiterungsscreenshots

screenshot

Yelp to Google Maps-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yelp to Google Maps-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Yelp to Google Maps Yelp to Google Maps
ID fpmjnpeaolcopddalaodjlabiplflnlb
Offizielle URL https://chrome.google.com/webstore/detail/yelp-to-google-maps/fpmjnpeaolcopddalaodjlabiplflnlb
Beschreibung 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.
Dateigröße 37.11 KB
Installationsanzahl 1,000
Aktuelle Version 1.0.2
Letztes Update 2015-05-17
Veröffentlichungsdatum 2015-05-17
Bewertung 3.62/5 Insgesamt 13 Bewertungen
Entwickler sifxtreme
Zahlungsart free
Erweiterungswebsite http://www.lifesforlearning.com
Hilfeseite URL http://www.lifesforlearning.com
URL der Datenschutzrichtlinien-Seite https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md
Unterstützte Sprachen 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"
            ]
        }
    ]
}