Nutree
Find healthier and more sustainable food
什么是Nutree?
Nutree是由Nutree开发的Chrome扩展程序,该扩展的主要功能是“Find healthier and more sustainable food”。
扩展截图
下载Nutree扩展crx文件
下载Nutree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AI powered Chrome extension that enables users to easily get information on food products and suggests healthier and more sustainable alternatives. 扩展基本信息
| 名称 | |
| 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:\/\/*\/"
]
} | |