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.

Vad är Yelp to Google Maps?

Yelp to Google Maps är en Chrome-tillägg utvecklad av sifxtreme, och dess huvudfunktion är "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.".

Tilläggsskärmbilder

screenshot

Ladda ner Yelp to Google Maps-förlängningens CRX-fil

Ladda ner Yelp to Google Maps-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Yelp to Google Maps Yelp to Google Maps
ID fpmjnpeaolcopddalaodjlabiplflnlb
Officiell webbadress https://chrome.google.com/webstore/detail/yelp-to-google-maps/fpmjnpeaolcopddalaodjlabiplflnlb
Beskrivning 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.
Filstorlek 37.11 KB
Antal Installationer 1,000
Aktuell Version 1.0.2
Senast Uppdaterad 2015-05-17
Publiceringsdatum 2015-05-17
Betyg 3.62/5 Totalt 13 Betyg
Utvecklare sifxtreme
Betalningssätt free
Tilläggswebbplats http://www.lifesforlearning.com
Hjälpsida URL http://www.lifesforlearning.com
URL till Sekretesspolicy Sidan https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md
Stödda Språk 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"
            ]
        }
    ]
}