OpenTable with Yelp
OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.
Wat is OpenTable with Yelp?
OpenTable with Yelp is een Chrome-extensie ontwikkeld door Simon Tao, en de belangrijkste functie is "OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.".
Extensie Screenshots
Download het CRX-bestand van de extensie OpenTable with Yelp
Download OpenTable with Yelp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | akiadfglgipbfmcanpfoadgbkpnbnona |
Officiële URL | https://chrome.google.com/webstore/detail/opentable-with-yelp/akiadfglgipbfmcanpfoadgbkpnbnona |
Beschrijving | OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant. |
Bestandsgrootte | 39.97 KB |
Aantal Installaties | 136 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2013-09-06 |
Publicatiedatum | 2013-09-06 |
Ontwikkelaar | Simon Tao |
Betalingswijze | free |
Ondersteunde Talen | 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 } |