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 هو إضافة Chrome تم تطويرها بواسطة A.H.، والميزة الرئيسية لها هي "Displays NYC Restaurant Inspection Letter Grades on yelp.com, seamless.com, zagat.com, menupages.com, delivery.com, and grubhub.com.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NYC Restaurant Inspection Letter Grades
قم بتنزيل ملفات الامتداد NYC Restaurant Inspection Letter Grades بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |