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開發的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.”。

擴展截圖

screenshot

下載Grubhub Instant Food Popup擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}