Nutree

Find healthier and more sustainable food

What is Nutree?

Nutree is a Chrome extension developed by Nutree, and its main feature is "Find healthier and more sustainable food".

Extension Screenshots

screenshot
screenshot

Download Nutree Extension CRX File

Download Nutree 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

                        AI powered Chrome extension that enables users to easily get information on food products and suggests healthier and more sustainable alternatives.                    

Extension Basic Information

Name Nutree Nutree
ID onbmfojgmjfmelfkcklmejlcnjakajnm
Official URL https://chromewebstore.google.com/detail/nutree/onbmfojgmjfmelfkcklmejlcnjakajnm
Description Find healthier and more sustainable food
File Size 1.45 MB
Installation Count 37
Current Version 3.0.0
Last Updated 2022-10-03
Publish Date 2022-02-15
Rating 5.00/5 Total 5 Ratings
Developer Nutree
Email [email protected]
Payment Type free
Extension Website https://www.nutree.tech
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nutree",
    "description": "Find healthier and more sustainable food",
    "version": "3.0.0",
    "icons": {
        "16": "icon_128.png",
        "48": "icon_128.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ]
}