FODMAP Detective ingredient scanner

Scans and scores ingredients on recipes and product websites against your dietary restrictions.

FODMAP Detective ingredient scanner là gì?

FODMAP Detective ingredient scanner là một tiện ích mở rộng Chrome được phát triển bởi https://fodmapdetective.com, và tính năng chính của nó là "Scans and scores ingredients on recipes and product websites against your dietary restrictions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FODMAP Detective ingredient scanner

Tải xuống các tệp mở rộng FODMAP Detective ingredient scanner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The FODMAP Detective browser plugin for FODMAP and IBS.

The Ingredients Scanner reads ingredients on supermarkets and recipes then lets you know if it agrees with your restrictions. 

This works automatically for the most popular recipe and supermarket sites. For other sites, you can click the "D" extension button to locate ingredients on the page. 

You can also highlight ingredients text and select "FODMAP Scan..." in the right click menu.

In the 'My Diet' tab, your diet is available as a quick reference whilst checking recipes and products and trying to find alternative ingredient replacements. You can add additional dietary requirements with the 'Add personal restriction' button.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FODMAP Detective ingredient scanner FODMAP Detective ingredient scanner
ID cbdmgmkkbcbbjpnfncfbehfmdhadcaid
URL Chính Thức https://chromewebstore.google.com/detail/fodmap-detective-ingredie/cbdmgmkkbcbbjpnfncfbehfmdhadcaid
Mô tả Scans and scores ingredients on recipes and product websites against your dietary restrictions.
Kích Thước Tệp 23.67 MB
Số Lần Cài Đặt 201
Phiên Bản Hiện Tại 1.0.43
Cập Nhật Lần Cuối 2021-10-24
Ngày Phát Hành 2020-12-01
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://fodmapdetective.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fodmapdetective.com
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Scans and scores ingredients on recipes and product websites against your dietary restrictions.",
    "version": "1.0.43",
    "manifest_version": 2,
    "name": "FODMAP Detective ingredient scanner",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "*:\/\/api.dietionary.co.uk\/*",
        "*:\/\/api.fodmapdetective.com\/*",
        "webNavigation",
        "contextMenus"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtHArULmvns2GykyXO9JTDKSHqcXKmrm+nENWVdmNfj9uloPjX6rtZMVYWf71iD0UwKOyQUb6VKWhgINI2tv8UGekuxcNIvmmkk9cI+HCodsXqORFdXEOVUCdt\/Hkvrr6fP9BDZZICrWWQLQsABilfRn2XLGqNlUL\/hIIMsVaxRqLHniMzCKYXKBL+keyi52z5gCjDclfNjsf3KpvBZLMZHLhgmnxH4Hzz0ox8OH1fhlL7p1depGydNH95ofDSXFsTmq0MYwXAe2\/Hgo1Bwdlo1repvIETfpBS5BdPu0KwYdp20DIoizUtF8jGE0o6VjQpYVVM9C3O+qfuUBYfV1iXQIDAQAB",
    "content_scripts": [
        {
            "js": [
                "contentScript.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "FODMAP Detective"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/icon-bitty-new.png",
        "48": "assets\/icon-med.png",
        "128": "assets\/icon-large.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.dietionary.co.uk\/*",
            "*:\/\/*.fodmapdetective.com\/*"
        ]
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';  frame-src https:\/\/*.dietionary.co.uk; frame-src https:\/\/*.fodmapdetective.com"
}