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.

Cos'è Grubhub Instant Food Popup?

Grubhub Instant Food Popup è un'estensione di Chrome sviluppata da daniel.donahoe, e la sua funzione principale è "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.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Grubhub Instant Food Popup

Scarica i file di estensione Grubhub Instant Food Popup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Grubhub Instant Food Popup Grubhub Instant Food Popup
ID dajpjmblfhnfemapllckbkfdakkoeiae
URL Ufficiale https://chrome.google.com/webstore/detail/grubhub-instant-food-popu/dajpjmblfhnfemapllckbkfdakkoeiae
Descrizione 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.
Dimensione del File 87.64 KB
Conteggio Installazioni 115
Versione Corrente 1.2
Ultimo Aggiornamento 2015-09-14
Data di Pubblicazione 2015-09-14
Valutazione 1.00/5 Totale 4 Valutazioni
Sviluppatore daniel.donahoe
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}