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.

Hvad er Grubhub Instant Food Popup?

Grubhub Instant Food Popup er en Chrome-udvidelse udviklet af daniel.donahoe, og dens hovedfunktion er "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.".

Udvidelsesskærmbilleder

screenshot

Download Grubhub Instant Food Popup-udvidelses-CRX-fil

Download Grubhub Instant Food Popup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Grubhub Instant Food Popup Grubhub Instant Food Popup
ID dajpjmblfhnfemapllckbkfdakkoeiae
Officiel URL https://chrome.google.com/webstore/detail/grubhub-instant-food-popu/dajpjmblfhnfemapllckbkfdakkoeiae
Beskrivelse 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.
Filstørrelse 87.64 KB
Antal Installationer 115
Nuværende Version 1.2
Senest Opdateret 2015-09-14
Udgivelsesdato 2015-09-14
Bedømmelse 1.00/5 Samlet 4 Bedømmelser
Udvikler daniel.donahoe
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}