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.

Was ist Grubhub Instant Food Popup?

Grubhub Instant Food Popup ist eine Chrome-Erweiterung, die von daniel.donahoe entwickelt wurde, und ihr Hauptmerkmal ist "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.".

Erweiterungsscreenshots

screenshot

Grubhub Instant Food Popup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grubhub Instant Food Popup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Grubhub Instant Food Popup Grubhub Instant Food Popup
ID dajpjmblfhnfemapllckbkfdakkoeiae
Offizielle URL https://chrome.google.com/webstore/detail/grubhub-instant-food-popu/dajpjmblfhnfemapllckbkfdakkoeiae
Beschreibung 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.
Dateigröße 87.64 KB
Installationsanzahl 115
Aktuelle Version 1.2
Letztes Update 2015-09-14
Veröffentlichungsdatum 2015-09-14
Bewertung 1.00/5 Insgesamt 4 Bewertungen
Entwickler daniel.donahoe
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}