Safe 2 EAT

We display hygiene ratings next to JustEat and HungryHouse take aways

Safe 2 EAT là gì?

Safe 2 EAT là một tiện ích mở rộng Chrome được phát triển bởi Argha Sarkar, và tính năng chính của nó là "We display hygiene ratings next to JustEat and HungryHouse take aways".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Safe 2 EAT

Tải xuống các tệp mở rộng Safe 2 EAT 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

                        Safe2Eat helps you to ensure the food you order from JustEat and Deliveroo is safe. It gets the Food Standards Agency (Government agency which carries out restaurant and takeaway inspections) hygiene rating and displays the green label next to your take away.

The green label from Food Standards Agency gives a general idea about how clean your food is going to be. Anything below 3 is considered to be quite bad in my opinion.                    

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

Tên Safe 2 EAT Safe 2 EAT
ID glfnoaecfcmdpiaofipejdnccoajnakc
URL Chính Thức https://chrome.google.com/webstore/detail/safe-2-eat/glfnoaecfcmdpiaofipejdnccoajnakc
Mô tả We display hygiene ratings next to JustEat and HungryHouse take aways
Kích Thước Tệp 90.24 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2019-05-15
Ngày Phát Hành 2019-05-15
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Argha Sarkar
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/arghasarkar/Safe2Eat
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe 2 EAT",
    "version": "2.0.1",
    "manifest_version": 2,
    "options_page": "options.html",
    "description": "We display hygiene ratings next to JustEat and HungryHouse take aways",
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/take-away-32.png",
            "38": "images\/icons\/take-away-64.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/take-away-32.png",
        "128": "images\/icons\/take-away-64.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.pusher.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "activeTab",
        "webRequest",
        "storage",
        "https:\/\/*.pusher.com\/*",
        "*:\/\/pusher.com\/*",
        "*:\/\/*.pusher.com\/",
        "http:\/\/getcouper.com:8000\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/vendors\/jquery.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/fhrs_0_en-gb.jpg",
        "images\/fhrs_1_en-gb.jpg",
        "images\/fhrs_2_en-gb.jpg",
        "images\/fhrs_3_en-gb.jpg",
        "images\/fhrs_4_en-gb.jpg",
        "images\/fhrs_5_en-gb.jpg",
        "images\/fhrs_awaitinginspection_en-gb.jpg"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}