Yelp on OpenTable
While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…
什么是Yelp on OpenTable?
Yelp on OpenTable是由jiajian Wu开发的Chrome扩展程序,该扩展的主要功能是“While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…”。
扩展截图
下载Yelp on OpenTable扩展crx文件
下载Yelp on OpenTable扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant pulled from Yelp. It includes photos, user comments and rating, user photos. It also offers a direct link to Yelp for this restaurant. With this extension, you no longer need to search the restaurant on Yelp by yourself! It has been done for you! We are continuing to improve our accuracy and capacities such as including more review source such as google reviews in the future. Hope you like it and stay tuned!
扩展基本信息
名称 | |
ID | folanbjakkilmeophjlnhgckfdeaocmf |
官方URL | https://chrome.google.com/webstore/detail/yelp-on-opentable/folanbjakkilmeophjlnhgckfdeaocmf |
简介 | While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant… |
文件大小 | 523 KB |
安装次数 | 67 |
当前版本 | 2.0.0 |
更新时间 | 2023-04-09 |
上架时间 | 2020-07-13 |
评分 | 5.00/5 共1次评分 |
开发者 | jiajian Wu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Yelp on OpenTable", "name": "Yelp on OpenTable", "icons": { "16": "logo128.png", "48": "logo128.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.opentable.com\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "activeTab" ], "manifest_version": 3, "version": "2.0.0", "action": { "default_popup": "index.html", "default_title": "Yelp on OpenTable" } } |