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.

Qu'est-ce que Grubhub Instant Food Popup ?

Grubhub Instant Food Popup est une extension Chrome développée par daniel.donahoe, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Grubhub Instant Food Popup

Téléchargez les fichiers d'extension Grubhub Instant Food Popup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Grubhub Instant Food Popup Grubhub Instant Food Popup
ID dajpjmblfhnfemapllckbkfdakkoeiae
URL Officiel 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.
Taille du Fichier 87.64 KB
Nombre d'Installations 115
Version Actuelle 1.2
Dernière Mise à Jour 2015-09-14
Date de Publication 2015-09-14
Évaluation 1.00/5 Total 4 Évaluations
Développeur daniel.donahoe
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}