Safe 2 EAT

We display hygiene ratings next to JustEat and HungryHouse take aways

什麼是Safe 2 EAT?

Safe 2 EAT是由Argha Sarkar開發的Chrome擴展程式,該擴展的主要功能是“We display hygiene ratings next to JustEat and HungryHouse take aways”。

擴展截圖

screenshot
screenshot
screenshot

下載Safe 2 EAT擴展crx文件

下載Safe 2 EAT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Safe 2 EAT Safe 2 EAT
ID glfnoaecfcmdpiaofipejdnccoajnakc
官方網址 https://chrome.google.com/webstore/detail/safe-2-eat/glfnoaecfcmdpiaofipejdnccoajnakc
簡介 We display hygiene ratings next to JustEat and HungryHouse take aways
檔案大小 90.24 KB
安裝次數 19
目前版本 2.0.1
更新時間 2019-05-15
上架時間 2019-05-15
評分 4.13/5 共 8 次評分
開發者 Argha Sarkar
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/arghasarkar/Safe2Eat
支援的語言 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"
        ]
    }
}