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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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:\/\/*\/" ] } |