Yelp on OpenTable
While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…
Co je Yelp on OpenTable?
Yelp on OpenTable je rozšíření Chrome vyvinuté jiajian Wu, a jeho hlavní funkcí je „While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Yelp on OpenTable
Stáhněte si soubory rozšíření Yelp on OpenTable ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | folanbjakkilmeophjlnhgckfdeaocmf |
Oficiální URL | https://chrome.google.com/webstore/detail/yelp-on-opentable/folanbjakkilmeophjlnhgckfdeaocmf |
Popis | While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant… |
Velikost souboru | 523 KB |
Počet instalací | 67 |
Aktuální Verze | 2.0.0 |
Poslední Aktualizace | 2023-04-09 |
Datum Vydání | 2020-07-13 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | jiajian Wu |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |