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.

O que é NYC Restaurant Inspection Letter Grades?

NYC Restaurant Inspection Letter Grades é uma extensão do Chrome desenvolvida por A.H., e sua principal característica é "Displays NYC Restaurant Inspection Letter Grades on yelp.com, seamless.com, zagat.com, menupages.com, delivery.com, and grubhub.com.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão NYC Restaurant Inspection Letter Grades

Baixe arquivos de extensão NYC Restaurant Inspection Letter Grades no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NYC Restaurant Inspection Letter Grades NYC Restaurant Inspection Letter Grades
ID fenkpadmcahklibagnjonpkbihdlokia
URL Oficial https://chrome.google.com/webstore/detail/nyc-restaurant-inspection/fenkpadmcahklibagnjonpkbihdlokia
Descrição Displays NYC Restaurant Inspection Letter Grades on yelp.com, seamless.com, zagat.com, menupages.com, delivery.com, and grubhub.com.
Tamanho do Arquivo 892 KB
Contagem de Instalações 110
Versão Atual 1.2.1
Última Atualização 2014-02-14
Data de Publicação 2014-02-14
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor A.H.
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}