NYC Restaurant Inspection Letter Grades
Displays NYC Restaurant Inspection Letter Grades on yelp.com, seamless.com, zagat.com, menupages.com, delivery.com, and grubhub.com.
NYC Restaurant Inspection Letter Grades란 무엇입니까?
NYC Restaurant Inspection Letter Grades은(는) A.H.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays NYC Restaurant Inspection Letter Grades on yelp.com, seamless.com, zagat.com, menupages.com, delivery.com, and grubhub.com."입니다.
확장 프로그램 스크린샷
NYC Restaurant Inspection Letter Grades 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
View NYC Department of Health restaurant inspection letter grades on yelp.com, seamless.com, zagat.com, menupages.com, delivery.com and grubhub.com. Uses data from the New York City Department of Health to show grade along with last inspection date and score.
확장 프로그램 기본 정보
이름 | |
ID | fenkpadmcahklibagnjonpkbihdlokia |
공식 URL | https://chrome.google.com/webstore/detail/nyc-restaurant-inspection/fenkpadmcahklibagnjonpkbihdlokia |
설명 | Displays NYC Restaurant Inspection Letter Grades on yelp.com, seamless.com, zagat.com, menupages.com, delivery.com, and grubhub.com. |
파일 크기 | 892 KB |
설치 횟수 | 110 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2014-02-14 |
출시 날짜 | 2014-02-14 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | A.H. |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NYC Restaurant Inspection Letter Grades", "version": "1.2.1", "description": "Displays NYC Restaurant Inspection Letter Grades on yelp.com, seamless.com, zagat.com, menupages.com, delivery.com, and grubhub.com.", "author": "Akil Harris", "content_scripts": [ { "matches": [ "http:\/\/www.seamless.com\/food-delivery\/*.*.r", "http:\/\/www.yelp.com\/biz\/*", "http:\/\/www.zagat.com\/r\/*", "https:\/\/www.grubhub.com\/restaurant\/*", "http:\/\/www.menupages.com\/restaurants\/*", "https:\/\/www.delivery.com\/*" ], "css": [ "grader.css" ], "js": [ "jquery.js", "grader.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/a816-restaurantinspection.nyc.gov\/", "https:\/\/pure-depths-9510.herokuapp.com\/" ], "web_accessible_resources": [ "content\/NYCRestaurant_A.gif", "content\/NYCRestaurant_B.gif", "content\/NYCRestaurant_C.gif", "content\/NYCRestaurant_Z.gif" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |