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