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.

Co to jest Yelp to Google Maps?

Yelp to Google Maps to rozszerzenie Chrome opracowane przez sifxtreme, a jego główną funkcją jest „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.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Yelp to Google Maps

Pobierz pliki rozszerzeń Yelp to Google Maps w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Yelp to Google Maps Yelp to Google Maps
ID fpmjnpeaolcopddalaodjlabiplflnlb
Oficjalny URL https://chrome.google.com/webstore/detail/yelp-to-google-maps/fpmjnpeaolcopddalaodjlabiplflnlb
Opis 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.
Rozmiar pliku 37.11 KB
Liczba instalacji 1,000
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2015-05-17
Data Publikacji 2015-05-17
Ocena 3.62/5 Łącznie 13 Oceny
Deweloper sifxtreme
Typ Płatności free
Strona Rozszerzenia http://www.lifesforlearning.com
Adres URL Strony Pomocy http://www.lifesforlearning.com
Adres URL Strony Polityki Prywatności https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md
Obsługiwane Języki 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"
            ]
        }
    ]
}