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.

Qu'est-ce que Yelp to Google Maps ?

Yelp to Google Maps est une extension Chrome développée par sifxtreme, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yelp to Google Maps

Téléchargez les fichiers d'extension Yelp to Google Maps au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Yelp to Google Maps Yelp to Google Maps
ID fpmjnpeaolcopddalaodjlabiplflnlb
URL Officiel 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.
Taille du Fichier 37.11 KB
Nombre d'Installations 1,000
Version Actuelle 1.0.2
Dernière Mise à Jour 2015-05-17
Date de Publication 2015-05-17
Évaluation 3.62/5 Total 13 Évaluations
Développeur sifxtreme
Type de Paiement free
Site Web de l'Extension http://www.lifesforlearning.com
URL de la Page d'Aide http://www.lifesforlearning.com
URL de la Page de Politique de Confidentialité https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md
Langues Prises en Charge 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"
            ]
        }
    ]
}