OpenTable with Yelp
OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.
Co je OpenTable with Yelp?
OpenTable with Yelp je rozšíření Chrome vyvinuté Simon Tao, a jeho hlavní funkcí je „OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření OpenTable with Yelp
Stáhněte si soubory rozšíření OpenTable with Yelp 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í
Základní Informace o Rozšíření
Název | |
ID | akiadfglgipbfmcanpfoadgbkpnbnona |
Oficiální URL | https://chrome.google.com/webstore/detail/opentable-with-yelp/akiadfglgipbfmcanpfoadgbkpnbnona |
Popis | OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant. |
Velikost souboru | 39.97 KB |
Počet instalací | 136 |
Aktuální Verze | 1.8 |
Poslední Aktualizace | 2013-09-06 |
Datum Vydání | 2013-09-06 |
Vývojář | Simon Tao |
Typ Platby | free |
Podporované Jazyky | 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 } |