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 |
官方網址 | 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" } } |