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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        ]
    }
}