Smelp

Get Yelp information in Seamless

Smelpとは何ですか?

Smelpはorrybaramによって開発されたChromeの拡張機能で、その主な機能は「Get Yelp information in Seamless」です。

拡張機能のスクリーンショット

screenshot
screenshot

Smelp拡張機能のCRXファイルをダウンロード

Smelp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}