MyFitnessPal Search Filters

Gives filtering options for the MyFitnessPal food search.

Что такое MyFitnessPal Search Filters?

MyFitnessPal Search Filters - это расширение Chrome, разработанное aaronklaassen, и его основная функция - "Gives filtering options for the MyFitnessPal food search.".

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

screenshot

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

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

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

                        Improves the MyFitnessPal.com search results by adding a filtering option to more easily find the food you're looking for.                    

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

Название MyFitnessPal Search Filters MyFitnessPal Search Filters
ID gebbknledcndnnoamiccckbbodbhimde
Официальный URL https://chromewebstore.google.com/detail/myfitnesspal-search-filte/gebbknledcndnnoamiccckbbodbhimde
Описание Gives filtering options for the MyFitnessPal food search.
Размер файла 218 KB
Количество установок 719
Текущая Версия 1.1
Последнее Обновление 2013-09-24
Дата публикации 2013-09-23
Рейтинг 3.82/5 Всего 17 оценок
Разработчик aaronklaassen
Тип оплаты free
URL страницы помощи http://www.outerspacehero.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyFitnessPal Search Filters",
    "description": "Gives filtering options for the MyFitnessPal food search.",
    "version": "1.1",
    "author": "Aaron Klaassen",
    "homepage_url": "http:\/\/www.outerspacehero.com\/",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.myfitnesspal.com\/food\/search*",
                "http:\/\/www.myfitnesspal.com\/recipe\/add_ingredient*",
                "http:\/\/www.myfitnesspal.com\/food\/calorie-chart-nutrition-facts*"
            ],
            "css": [
                "controls.css"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "filter.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.js",
        "controls.html"
    ],
    "icons": {
        "16": "images\/Filled-Filter-16.png",
        "48": "images\/Filled-Filter-48.png",
        "128": "images\/Filled-Filter-128.png"
    }
}