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.

Τι είναι το Grubhub Instant Food Popup;

Το Grubhub Instant Food Popup είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον daniel.donahoe, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Grubhub Instant Food Popup

Λήψη αρχείων επέκτασης Grubhub Instant Food Popup σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Grubhub Instant Food Popup Grubhub Instant Food Popup
ID dajpjmblfhnfemapllckbkfdakkoeiae
Επίσημο URL https://chrome.google.com/webstore/detail/grubhub-instant-food-popu/dajpjmblfhnfemapllckbkfdakkoeiae
Περιγραφή 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.
Μέγεθος Αρχείου 87.64 KB
Αριθμός Εγκαταστάσεων 115
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2015-09-14
Ημερομηνία Δημοσίευσης 2015-09-14
Αξιολόγηση 1.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής daniel.donahoe
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}