MyFitnessPal Food Add page merger

All 4 food add pages will now be summarized into one page. And it will easier to search for then with CTRL+F

What is MyFitnessPal Food Add page merger?

MyFitnessPal Food Add page merger is a Chrome extension developed by Tibod, and its main feature is "All 4 food add pages will now be summarized into one page. And it will easier to search for then with CTRL+F".

Extension Screenshots

screenshot

Download MyFitnessPal Food Add page merger Extension CRX File

Download MyFitnessPal Food Add page merger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name MyFitnessPal Food Add page merger MyFitnessPal Food Add page merger
ID cojoehklackcdgmondmejjedbpcnhiam
Official URL https://chromewebstore.google.com/detail/myfitnesspal-food-add-pag/cojoehklackcdgmondmejjedbpcnhiam
Description All 4 food add pages will now be summarized into one page. And it will easier to search for then with CTRL+F
File Size 33.23 KB
Installation Count 12
Current Version 1.3
Last Updated 2016-11-23
Publish Date 2016-11-23
Rating 3.00/5 Total 2 Ratings
Developer Tibod
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyFitnessPal Food Add page merger",
    "description": "All 4 food add pages will now be summarized into one page. And it will easier to search for then with CTRL+F",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.myfitnesspal.com\/user\/*\/diary\/add*",
                "http:\/\/www.myfitnesspal.com\/food\/add_to_diary*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}