OpenTable with Yelp
OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.
OpenTable with Yelpคืออะไร?
OpenTable with Yelp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simon Tao และคุณลักษณะหลักของมันคือ "OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenTable with Yelp
ดาวน์โหลดไฟล์ส่วนขยาย OpenTable with Yelp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | akiadfglgipbfmcanpfoadgbkpnbnona |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/opentable-with-yelp/akiadfglgipbfmcanpfoadgbkpnbnona |
คำอธิบาย | OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant. |
ขนาดไฟล์ | 39.97 KB |
จำนวนการติดตั้ง | 136 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2013-09-06 |
วันที่เผยแพร่ | 2013-09-06 |
ผู้พัฒนา | Simon Tao |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OpenTable with Yelp", "version": "1.8", "icons": { "128": "\/images\/yelp_logo_128x128.png" }, "description": "OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.", "content_scripts": [ { "matches": [ "http:\/\/www.opentable.com\/*" ], "js": [ "\/js\/content.js" ] } ], "background": { "scripts": [ "\/js\/background.js" ] }, "permissions": [ "tabs", "http:\/\/www.opentable.com\/*", "http:\/\/gae-proxi.appspot.com\/*" ], "page_action": { "default_title": "Show Yelp Tip", "default_icon": "\/images\/yelp_logo_128x128.png", "default_popup": "popup.html" }, "manifest_version": 2 } |