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 |
官方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 } |