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 |
Eメール | [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" } } |