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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ http://www.lifesforlearning.com
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}