Smelp

Get Yelp information in Seamless

Что такое Smelp?

Smelp - это расширение Chrome, разработанное orrybaram, и его основная функция - "Get Yelp information in Seamless".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Smelp

Скачайте файлы расширений 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"
    }
}