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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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