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.

Apa itu Grubhub Instant Food Popup?

Grubhub Instant Food Popup adalah ekstensi Chrome yang dikembangkan oleh daniel.donahoe, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Grubhub Instant Food Popup

Unduh file ekstensi Grubhub Instant Food Popup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Grubhub Instant Food Popup Grubhub Instant Food Popup
ID dajpjmblfhnfemapllckbkfdakkoeiae
URL Resmi https://chrome.google.com/webstore/detail/grubhub-instant-food-popu/dajpjmblfhnfemapllckbkfdakkoeiae
Deskripsi 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.
Ukuran File 87.64 KB
Jumlah Instalasi 115
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-09-14
Tanggal Publikasi 2015-09-14
Penilaian 1.00/5 Total 4 Penilaian
Pengembang daniel.donahoe
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}