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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

OpenTable with Yelp 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 OpenTable with Yelp OpenTable with Yelp
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
}