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.

Cos'è Yelp to Google Maps?

Yelp to Google Maps è un'estensione di Chrome sviluppata da sifxtreme, e la sua funzione principale è "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.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Yelp to Google Maps

Scarica i file di estensione Yelp to Google Maps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Yelp to Google Maps Yelp to Google Maps
ID fpmjnpeaolcopddalaodjlabiplflnlb
URL Ufficiale https://chrome.google.com/webstore/detail/yelp-to-google-maps/fpmjnpeaolcopddalaodjlabiplflnlb
Descrizione 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.
Dimensione del File 37.11 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-05-17
Data di Pubblicazione 2015-05-17
Valutazione 3.62/5 Totale 13 Valutazioni
Sviluppatore sifxtreme
Tipo di Pagamento free
Sito Web dell'Estensione http://www.lifesforlearning.com
URL della Pagina di Aiuto http://www.lifesforlearning.com
URL della Pagina della Politica sulla Privacy https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md
Lingue Supportate 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"
            ]
        }
    ]
}