Healthy Diet

Healthy Diet

Qu'est-ce que Healthy Diet ?

Healthy Diet est une extension Chrome développée par Unknown, et sa fonction principale est "Healthy Diet".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Healthy Diet

Téléchargez les fichiers d'extension Healthy Diet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Healthy Diet Healthy Diet
ID nngjolblmgmjjigodkoljpjcogoaoogm
URL Officiel https://chromewebstore.google.com/detail/healthy-diet/nngjolblmgmjjigodkoljpjcogoaoogm
Description Healthy Diet
Taille du Fichier 10.48 KB
Nombre d'Installations 43
Version Actuelle 1.0
Dernière Mise à Jour 2018-04-20
Date de Publication 2018-04-19
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    }
}