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.
Was ist NYC Restaurant Inspection Letter Grades?
NYC Restaurant Inspection Letter Grades ist eine Chrome-Erweiterung, die von A.H. entwickelt wurde, und ihr Hauptmerkmal ist "Displays NYC Restaurant Inspection Letter Grades on yelp.com, seamless.com, zagat.com, menupages.com, delivery.com, and grubhub.com.".
Erweiterungsscreenshots
NYC Restaurant Inspection Letter Grades-Erweiterungs-CRX-Datei herunterladen
Laden Sie NYC Restaurant Inspection Letter Grades-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fenkpadmcahklibagnjonpkbihdlokia |
Offizielle URL | https://chrome.google.com/webstore/detail/nyc-restaurant-inspection/fenkpadmcahklibagnjonpkbihdlokia |
Beschreibung | Displays NYC Restaurant Inspection Letter Grades on yelp.com, seamless.com, zagat.com, menupages.com, delivery.com, and grubhub.com. |
Dateigröße | 892 KB |
Installationsanzahl | 110 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2014-02-14 |
Veröffentlichungsdatum | 2014-02-14 |
Bewertung | 4.60/5 Insgesamt 5 Bewertungen |
Entwickler | A.H. |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |