Image Info on Hover

Display information about an image.

Apa itu Image Info on Hover?

Image Info on Hover adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Display information about an image.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Image Info on Hover

Unduh file ekstensi Image Info on Hover 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

                        This extension will allows you to easily open and information box with details on each image you need to check. All you need to do is hover over the image and the information is displayed by the image.                    

Informasi Dasar Ekstensi

Nama Image Info on Hover Image Info on Hover
ID hmhickbbhblacjileplnjeabeeolffkf
URL Resmi https://chromewebstore.google.com/detail/image-info-on-hover/hmhickbbhblacjileplnjeabeeolffkf
Deskripsi Display information about an image.
Ukuran File 54.44 KB
Jumlah Instalasi 1,294
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-01-02
Tanggal Publikasi 2014-01-02
Penilaian 1.00/5 Total 4 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Info on Hover",
    "description": "Display information about an image.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "extension.js"
            ]
        }
    ]
}