OpenTable with Yelp
OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.
What is OpenTable with Yelp?
OpenTable with Yelp is a Chrome extension developed by Simon Tao, and its main feature is "OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.".
Extension Screenshots
Download OpenTable with Yelp Extension CRX File
Download OpenTable with Yelp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | akiadfglgipbfmcanpfoadgbkpnbnona |
Official URL | https://chrome.google.com/webstore/detail/opentable-with-yelp/akiadfglgipbfmcanpfoadgbkpnbnona |
Description | OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant. |
File Size | 39.97 KB |
Installation Count | 136 |
Current Version | 1.8 |
Last Updated | 2013-09-06 |
Publish Date | 2013-09-06 |
Developer | Simon Tao |
Payment Type | free |
Supported Languages | 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 } |