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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 NYC Restaurant Inspection Letter Grades NYC Restaurant Inspection Letter Grades
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"
    }
}