OpenTable with Yelp
OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.
OpenTable with Yelpとは何ですか?
OpenTable with YelpはSimon Taoによって開発されたChromeの拡張機能で、その主な機能は「OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.」です。
拡張機能のスクリーンショット
OpenTable with Yelp拡張機能のCRXファイルをダウンロード
OpenTable with Yelp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | akiadfglgipbfmcanpfoadgbkpnbnona |
公式URL | https://chrome.google.com/webstore/detail/opentable-with-yelp/akiadfglgipbfmcanpfoadgbkpnbnona |
説明 | OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant. |
ファイルサイズ | 39.97 KB |
インストール数 | 136 |
現在のバージョン | 1.8 |
最終更新日 | 2013-09-06 |
公開日 | 2013-09-06 |
開発者 | Simon Tao |
支払い方法 | free |
対応言語 | 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 } |