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文件
下载NYC Restaurant Inspection Letter Grades扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |