Allergen Warnings
Know if the product has allergens!
Allergen Warnings란 무엇입니까?
Allergen Warnings은(는) jigarkb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Know if the product has allergens!"입니다.
확장 프로그램 스크린샷
Allergen Warnings 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A chrome extension which works seamlessly on major grocery shopping site to display food warnings prominently. A food allergy is a medical condition in which exposure to a food triggers a harmful immune response. The immune response, called an allergic reaction, occurs because the immune system attacks proteins in the food that are normally harmless. The proteins that trigger the reaction are called allergens. Is there a Cure? No. To help Americans avoid the health risks posed by food allergens, FDA enforces the Food Allergen Labeling and Consumer Protection Act of 2004 (the Act). The Act applies to the labeling of foods regulated by FDA which includes all foods except poultry, most meats, certain egg products, and most alcoholic beverages which are regulated by other Federal agencies. As a result, food labels help allergic consumers identify offending foods or ingredients so they can more easily avoid them. Challenge with Online Grocery Shopping: Online grocery shopping is gaining traction but most grocery sites don't explicitly specify allergen warnings. Making life harder for buyer to search for allergen warnings in product images.
확장 프로그램 기본 정보
이름 | Allergen Warnings |
ID | okbjpdfbhnmnoopomccjelhfdgjjhcbj |
공식 URL | https://chromewebstore.google.com/detail/allergen-warnings/okbjpdfbhnmnoopomccjelhfdgjjhcbj |
설명 | Know if the product has allergens! |
파일 크기 | 356 KB |
설치 횟수 | 13 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2018-02-18 |
출시 날짜 | 2018-02-18 |
개발자 | jigarkb |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://allergenwarnings.com |
도움말 페이지 URL | https://www.fda.gov/Food/IngredientsPackagingLabeling/FoodAllergens/ucm530854.htm |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Allergen Warnings", "description": "Know if the product has allergens!", "version": "1.0.2", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/primenow.amazon.com\/*" ], "js": [ "jquery-3.3.1.min.js", "bootstrap.min.js", "content.js", "popup.js" ], "css": [ "monolithic.css", "bootstrap.min.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "exclamation-mark.png", "checked-mark.png" ], "icons": { "512": "icon\/icon512.png", "128": "icon\/icon128.png" } } |