Healthy Diet

Healthy Diet

What is Healthy Diet?

Healthy Diet is a Chrome extension developed by Unknown, and its main feature is "Healthy Diet".

Extension Screenshots

screenshot

Download Healthy Diet Extension CRX File

Download Healthy Diet 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

                        A healthy diet is one that helps to maintain or improve overall health. A healthy diet provides the body with essential nutrition: fluid, macronutrients, micronutrients, and adequate calories.[1][2]

The requirements for a healthy diet can be met from a variety of plant-based and animal-based foods, although a non-animal source of vitamin B12 is needed for those following a vegan diet.[3] A healthy diet supports energy needs and provides for human nutrition without exposure to toxicity or excessive weight gain from consuming more calories than the body requires. A healthy diet, in addition to exercise, may lower disease risks, such as obesity, heart disease, type 2 diabetes, hypertension and cancer.[1][4]

Various nutrition guides are published by medical and governmental institutions to educate individuals on what they should be eating to promote health. Nutrition facts labels are also mandatory in some countries to allow consumers to choose between foods based on the components relevant to health.                    

Extension Basic Information

Name Healthy Diet Healthy Diet
ID nngjolblmgmjjigodkoljpjcogoaoogm
Official URL https://chromewebstore.google.com/detail/healthy-diet/nngjolblmgmjjigodkoljpjcogoaoogm
Description Healthy Diet
File Size 10.48 KB
Installation Count 43
Current Version 1.0
Last Updated 2018-04-20
Publish Date 2018-04-19
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Healthy Diet",
    "description": "Healthy Diet",
    "author": "Sokin Jelskdy",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "hd.js"
        ]
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png"
        },
        "default_title": "Healthy Diet"
    }
}