Grubhub Instant Food Popup

Hover over a food item in Grubhub and this extension looks up images of that food as well as extra info about the food on Wikipedia.

Grubhub Instant Food Popupとは何ですか?

Grubhub Instant Food Popupはdaniel.donahoeによって開発されたChromeの拡張機能で、その主な機能は「Hover over a food item in Grubhub and this extension looks up images of that food as well as extra info about the food on Wikipedia.」です。

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

screenshot

Grubhub Instant Food Popup拡張機能のCRXファイルをダウンロード

Grubhub Instant Food Popup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hover over a food item in Grubhub and this extension looks up images of that food as well as extra info about the food on Wikipedia.                    

拡張機能の基本情報

名前 Grubhub Instant Food Popup Grubhub Instant Food Popup
ID dajpjmblfhnfemapllckbkfdakkoeiae
公式URL https://chrome.google.com/webstore/detail/grubhub-instant-food-popu/dajpjmblfhnfemapllckbkfdakkoeiae
説明 Hover over a food item in Grubhub and this extension looks up images of that food as well as extra info about the food on Wikipedia.
ファイルサイズ 87.64 KB
インストール数 115
現在のバージョン 1.2
最終更新日 2015-09-14
公開日 2015-09-14
評価 1.00/5 合計 4 レビュー
開発者 daniel.donahoe
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grubhub Instant Food Popup",
    "description": "Hover over a food item in Grubhub and this extension looks up images of that food as well as extra info about the food on Wikipedia.",
    "version": "1.2",
    "browser_action": [],
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.grubhub.com\/*",
                "https:\/\/*.grubhub.com\/*"
            ],
            "css": [
                "dist\/jquery.qtip.min.css"
            ],
            "js": [
                "dist\/jquery.min.js",
                "dist\/jquery.qtip.min.js",
                "dist\/imagesloaded.pkg.min.js",
                "dist\/jquery.hoverIntent.js",
                "content.js"
            ]
        }
    ]
}