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"
            ]
        }
    ]
}