Nutree

Find healthier and more sustainable food

Nutree क्या है?

Nutree Nutree द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find healthier and more sustainable food"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nutree एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Nutree Nutree
ID onbmfojgmjfmelfkcklmejlcnjakajnm
आधिकारिक URL https://chromewebstore.google.com/detail/nutree/onbmfojgmjfmelfkcklmejlcnjakajnm
विवरण Find healthier and more sustainable food
फ़ाइल का आकार 1.45 MB
स्थापना संख्या 37
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2022-10-03
प्रकाशन तिथि 2022-02-15
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Nutree
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.nutree.tech
समर्थित भाषाएँ 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:\/\/*\/"
    ]
}