OpenTable with Yelp
OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.
Was ist OpenTable with Yelp?
OpenTable with Yelp ist eine Chrome-Erweiterung, die von Simon Tao entwickelt wurde, und ihr Hauptmerkmal ist "OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.".
Erweiterungsscreenshots
OpenTable with Yelp-Erweiterungs-CRX-Datei herunterladen
Laden Sie OpenTable with Yelp-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | akiadfglgipbfmcanpfoadgbkpnbnona |
Offizielle URL | https://chrome.google.com/webstore/detail/opentable-with-yelp/akiadfglgipbfmcanpfoadgbkpnbnona |
Beschreibung | OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant. |
Dateigröße | 39.97 KB |
Installationsanzahl | 136 |
Aktuelle Version | 1.8 |
Letztes Update | 2013-09-06 |
Veröffentlichungsdatum | 2013-09-06 |
Entwickler | Simon Tao |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |