Yelp Lite

Use Yelp Lite to search for places to eat, shop, drink, relax and play.

Что такое Yelp Lite?

Yelp Lite - это расширение Chrome, разработанное zep004, и его основная функция - "Use Yelp Lite to search for places to eat, shop, drink, relax and play.".

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

screenshot
screenshot
screenshot
screenshot

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

Скачайте файлы расширений Yelp Lite в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Looking for a burrito joint open now? An Irish pub nearby? A gas station you can drive to before your tank hits empty? Yelp Lite for Chrome is here to help. Use us to search for places to eat, shop, drink, relax and play then read reviews from an active community of locals in the know.                    

Основная информация о расширении

Название Yelp Lite Yelp Lite
ID dikbakdmgehiooeihhfpgboibgcoogbb
Официальный URL https://chrome.google.com/webstore/detail/yelp-lite/dikbakdmgehiooeihhfpgboibgcoogbb
Описание Use Yelp Lite to search for places to eat, shop, drink, relax and play.
Размер файла 4.95 MB
Количество установок 156
Текущая Версия 1.1.0
Последнее Обновление 2015-03-16
Дата публикации 2015-03-16
Рейтинг 4.25/5 Всего 4 оценок
Разработчик zep004
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yelp Lite",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Use Yelp Lite to search for places to eat, shop, drink, relax and play.",
    "icons": {
        "16": "img\/Yelp-16x16.png",
        "48": "img\/Yelp-48x48.png",
        "128": "img\/Yelp-128x128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/Yelp-16x16.png",
        "default_popup": "popup.html",
        "default_title": "Yelp"
    },
    "web_accessible_resources": [
        "css\/html5reset-1.6.1.css",
        "css\/default.css",
        "Assets\/main.css",
        "js\/lib\/ga_pokki.js",
        "js\/lib\/mootools-core-1.3-full-nocompat.js",
        "js\/lib\/mootools-1.2.4.4-more.js",
        "js\/popup.js",
        "js\/lib\/dialog.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/oauth.googlecode.com\/ https:\/\/*.googleapis.com\/ https:\/\/maps.gstatic.com\/ https:\/\/j.maxmind.com\/app\/geoip.js; object-src 'self'",
    "homepage_url": "https:\/\/www.pokki.com\/app\/Yelp",
    "permissions": [
        "tabs",
        "background",
        "mangement",
        "*:\/\/*.yelp.com\/*",
        "http:\/\/www.geoplugin.net\/javascript.gp"
    ]
}