MyFitnessPal Search Filters

Gives filtering options for the MyFitnessPal food search.

什麼是MyFitnessPal Search Filters?

MyFitnessPal Search Filters是由aaronklaassen開發的Chrome擴展程式,該擴展的主要功能是“Gives filtering options for the MyFitnessPal food search.”。

擴展截圖

screenshot

下載MyFitnessPal Search Filters擴展crx文件

下載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
官方網址 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"
    }
}