Smelp

Get Yelp information in Seamless

Smelp란 무엇입니까?

Smelp은(는) orrybaram에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Yelp information in Seamless"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Smelp 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Seamless rating usually don't cut it, so now you can make better decisions by looking at Yelp reviews and Foursquare tips for all Seamless restaurants.                    

확장 프로그램 기본 정보

이름 Smelp Smelp
ID pcppjpmhpglhhbfopkmeohcpggngonah
공식 URL https://chromewebstore.google.com/detail/smelp/pcppjpmhpglhhbfopkmeohcpggngonah
설명 Get Yelp information in Seamless
파일 크기 292 KB
설치 횟수 57
현재 버전 0.2.8
최근 업데이트 2015-05-13
출시 날짜 2015-05-13
평점 2.60/5 총 10 개의 평점
개발자 orrybaram
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/orrybaram/Smelp
도움말 페이지 URL https://github.com/orrybaram/Smelp/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smelp",
    "version": "0.2.8",
    "manifest_version": 2,
    "description": "Get Yelp information in Seamless",
    "permissions": [
        "http:\/\/www.seamless.com\/",
        "http:\/\/netflixrottenizer.appspot.com\/",
        "http:\/\/localhost:11090\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.seamless.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "lodash.js",
                "smelp.js"
            ],
            "css": [
                "smelp.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}