OpenTable with Yelp
OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.
Qu'est-ce que OpenTable with Yelp ?
OpenTable with Yelp est une extension Chrome développée par Simon Tao, et sa fonction principale est "OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OpenTable with Yelp
Téléchargez les fichiers d'extension OpenTable with Yelp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | akiadfglgipbfmcanpfoadgbkpnbnona |
URL Officiel | https://chrome.google.com/webstore/detail/opentable-with-yelp/akiadfglgipbfmcanpfoadgbkpnbnona |
Description | OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant. |
Taille du Fichier | 39.97 KB |
Nombre d'Installations | 136 |
Version Actuelle | 1.8 |
Dernière Mise à Jour | 2013-09-06 |
Date de Publication | 2013-09-06 |
Développeur | Simon Tao |
Type de Paiement | free |
Langues Prises en Charge | 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 } |