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.

Vad är Grubhub Instant Food Popup?

Grubhub Instant Food Popup är en Chrome-tillägg utvecklad av daniel.donahoe, och dess huvudfunktion är "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.".

Tilläggsskärmbilder

screenshot

Ladda ner Grubhub Instant Food Popup-förlängningens CRX-fil

Ladda ner Grubhub Instant Food Popup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Grubhub Instant Food Popup Grubhub Instant Food Popup
ID dajpjmblfhnfemapllckbkfdakkoeiae
Officiell webbadress https://chrome.google.com/webstore/detail/grubhub-instant-food-popu/dajpjmblfhnfemapllckbkfdakkoeiae
Beskrivning 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.
Filstorlek 87.64 KB
Antal Installationer 115
Aktuell Version 1.2
Senast Uppdaterad 2015-09-14
Publiceringsdatum 2015-09-14
Betyg 1.00/5 Totalt 4 Betyg
Utvecklare daniel.donahoe
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}