OpenTable with Yelp
OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.
什麼是OpenTable with Yelp?
OpenTable with Yelp是由Simon Tao開發的Chrome擴展程式,該擴展的主要功能是“OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.”。
擴展截圖
下載OpenTable with Yelp擴展crx文件
下載OpenTable with Yelp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | akiadfglgipbfmcanpfoadgbkpnbnona |
官方網址 | 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 } |