Yelp for OpenTable

Adds Yelp reviews to OpenTable restaurant information.

Yelp for OpenTableคืออะไร?

Yelp for OpenTable เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yaniv Amar และคุณลักษณะหลักของมันคือ "Adds Yelp reviews to OpenTable restaurant information."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yelp for OpenTable

ดาวน์โหลดไฟล์ส่วนขยาย Yelp for OpenTable ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Yelp for OpenTable adds Yelp reviews to OpenTable restaurant pages & results. Yelp reviews are intended to supplement existing OpenTable ratings and help you decide where to dine. The Yelp reviews can be sorted by rating or date.

The Yelp logo can be found next to OpenTable's 'Reviews' tab on the restaurant page, or next to the 'Ratings' column when looking at restaurant availability. When clicked, it opens up a dialog window with the relevant Yelp reviews.

Currently the app works with US restaurants. Your miles may vary when using non US locations.

** This extension only supports OpenTable.com pages. Any other versions of OpenTable (e.g. .co.uk) will not work.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yelp for OpenTable Yelp for OpenTable
ID cfmlbjockhfmkcmapgebaidnidehagja
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/yelp-for-opentable/cfmlbjockhfmkcmapgebaidnidehagja
คำอธิบาย Adds Yelp reviews to OpenTable restaurant information.
ขนาดไฟล์ 196 KB
จำนวนการติดตั้ง 196
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2014-01-13
วันที่เผยแพร่ 2014-01-13
คะแนน 3.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Yaniv Amar
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yelp for OpenTable",
    "short_name": "Yelp4OpenTbl",
    "version": "0.0.8",
    "description": "Adds Yelp reviews to OpenTable restaurant information.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "http:\/\/*.yelp.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.opentable.com\/*"
            ],
            "css": [
                "jquery-ui-1.10.3.custom.min.css",
                "yrevpg.css"
            ],
            "js": [
                "jquery-1.9.1.js",
                "jquery-ui-1.10.3.custom.min.js",
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/animated-overlay.gif",
        "images\/ui-bg_diagonals-thick_75_f3d8d8_40x40.png",
        "images\/ui-bg_dots-small_65_a6a6a6_2x2.png",
        "images\/ui-bg_flat_0_333333_40x100.png",
        "images\/ui-bg_flat_65_ffffff_40x100.png",
        "images\/ui-bg_flat_75_ffffff_40x100.png",
        "images\/ui-bg_glass_55_fbf8ee_1x400.png",
        "images\/ui-bg_highlight-hard_100_eeeeee_1x100.png",
        "images\/ui-bg_highlight-hard_100_f6f6f6_1x100.png",
        "images\/ui-bg_highlight-soft_15_cc0000_1x100.png",
        "images\/ui-icons_004276_256x240.png",
        "images\/ui-icons_cc0000_256x240.png",
        "images\/ui-icons_ffffff_256x240.png",
        "images\/yelp_logo.png",
        "images\/desc.png",
        "images\/asc.png",
        "images\/cal.png",
        "images\/rate.png",
        "images\/spinner.png",
        "images\/spinner_b.gif",
        "images\/reviews.gif"
    ],
    "manifest_version": 2
}