Food Inspector
Inspects your food for harmful and healthy ingridients. You ought to know what you eat.
什么是Food Inspector?
Food Inspector是由Food Inspector Team开发的Chrome扩展程序,该扩展的主要功能是“Inspects your food for harmful and healthy ingridients. You ought to know what you eat.”。
扩展截图
下载Food Inspector扩展crx文件
下载Food Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features of Food Inspector: • Finds additives and shows its details. Filters additives not permitted in other countries (uses data from official sources). • Highlights nutrition facts: protein, fat, carbohydrates, salt, sugar, calories, cholesterol. • Checks labels for your diet: vegetarian, vegan, organic, kosher, non GMO, halal, lent. • Warns you about allergens: wheat, gluten, soy, peanuts, tree nuts, milk, lactose, eggs, fish, shellfish, sesame. • Works on any website, just open your favorite online store and check. You also can filter which sites to exclude. • Allows you to choose what ingredients to highlight.
扩展基本信息
名称 | Food Inspector |
ID | bkajafhlodafjlgifngdagficfaajlaf |
官方URL | https://chromewebstore.google.com/detail/food-inspector/bkajafhlodafjlgifngdagficfaajlaf |
简介 | Inspects your food for harmful and healthy ingridients. You ought to know what you eat. |
文件大小 | 140 KB |
安装次数 | 21 |
当前版本 | 0.2.1 |
更新时间 | 2020-04-26 |
上架时间 | 2020-04-26 |
评分 | 5.00/5 共1次评分 |
开发者 | Food Inspector Team |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://docs.google.com/document/d/e/2PACX-1vS6yPdn8AzRX_Cxo9ftPhTyFBwqbhq6EixOx6foN9FvcYZ1T0EgUjMjcVnTj69lQx_iE8WAwFVvBotA/pub |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "version": "0.2.1", "default_locale": "en", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_full_48.png", "128": "images\/icon_full_128.png" }, "background": { "scripts": [ "js\/background\/background.js", "js\/background\/elementService.js", "js\/background\/additiveService.js", "js\/background\/dietService.js" ], "persistent": false }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |