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.

Co to jest Grubhub Instant Food Popup?

Grubhub Instant Food Popup to rozszerzenie Chrome opracowane przez daniel.donahoe, a jego główną funkcją jest „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.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Grubhub Instant Food Popup

Pobierz pliki rozszerzeń Grubhub Instant Food Popup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Grubhub Instant Food Popup Grubhub Instant Food Popup
ID dajpjmblfhnfemapllckbkfdakkoeiae
Oficjalny URL https://chrome.google.com/webstore/detail/grubhub-instant-food-popu/dajpjmblfhnfemapllckbkfdakkoeiae
Opis 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.
Rozmiar pliku 87.64 KB
Liczba instalacji 115
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-09-14
Data Publikacji 2015-09-14
Ocena 1.00/5 Łącznie 4 Oceny
Deweloper daniel.donahoe
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}