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.

What is Grubhub Instant Food Popup?

Grubhub Instant Food Popup is a Chrome extension developed by daniel.donahoe, and its main feature is "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.".

Extension Screenshots

screenshot

Download Grubhub Instant Food Popup Extension CRX File

Download Grubhub Instant Food Popup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Grubhub Instant Food Popup Grubhub Instant Food Popup
ID dajpjmblfhnfemapllckbkfdakkoeiae
Official URL https://chrome.google.com/webstore/detail/grubhub-instant-food-popu/dajpjmblfhnfemapllckbkfdakkoeiae
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.
File Size 87.64 KB
Installation Count 115
Current Version 1.2
Last Updated 2015-09-14
Publish Date 2015-09-14
Rating 1.00/5 Total 4 Ratings
Developer daniel.donahoe
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}