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 |
Eメール | [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:\/\/*\/*", " |