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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Grubhub Instant Food Popup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}