Healthy Diet

Healthy Diet

什麼是Healthy Diet?

Healthy Diet是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Healthy Diet”。

擴展截圖

screenshot

下載Healthy Diet擴展crx文件

下載Healthy Diet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Healthy Diet Healthy Diet
ID nngjolblmgmjjigodkoljpjcogoaoogm
官方網址 https://chromewebstore.google.com/detail/healthy-diet/nngjolblmgmjjigodkoljpjcogoaoogm
簡介 Healthy Diet
檔案大小 10.48 KB
安裝次數 43
目前版本 1.0
更新時間 2018-04-20
上架時間 2018-04-19
開發者 Unknown
付費類型 free
支援的語言 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"
    }
}