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.

ما هو Yelp to Google Maps؟

Yelp to Google Maps هو إضافة Chrome تم تطويرها بواسطة sifxtreme، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Yelp to Google Maps

قم بتنزيل ملفات الامتداد Yelp to Google Maps بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Yelp to Google Maps Yelp to Google Maps
ID fpmjnpeaolcopddalaodjlabiplflnlb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/yelp-to-google-maps/fpmjnpeaolcopddalaodjlabiplflnlb
الوصف 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.
حجم الملف 37.11 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0.2
آخر تحديث 2015-05-17
تاريخ النشر 2015-05-17
تقييم 3.62/5 مجموع تقييمات 13
المطور sifxtreme
نوع الدفع free
موقع الإضافة http://www.lifesforlearning.com
عنوان صفحة المساعدة http://www.lifesforlearning.com
عنوان صفحة سياسة الخصوصية https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md
اللغات المدعومة 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"
            ]
        }
    ]
}