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 |
| 官方網址 | 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:\/\/*\/"
]
} | |