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