IMDB - Big images on hover

Display big image while hovering Movie/actor/character links.

Apa itu IMDB - Big images on hover?

IMDB - Big images on hover adalah ekstensi Chrome yang dikembangkan oleh Shebo6, dan fitur utamanya adalah "Display big image while hovering Movie/actor/character links.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi IMDB - Big images on hover

Unduh file ekstensi IMDB - Big images 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

                        No more squinting at 16px actor's photo!

Improve your IMDB experience with this plugin and save a few clicks on the way!

Display big images while hovering thumbnails/links.
Big images works for movie, actors and characters links.

Please contact me about ideas for new features or if you stumbled upon the occasional bug.                    

Informasi Dasar Ekstensi

Nama IMDB - Big images on hover IMDB - Big images on hover
ID phijfjljgflgbpkcehlohliegbieobaj
URL Resmi https://chrome.google.com/webstore/detail/imdb-big-images-on-hover/phijfjljgflgbpkcehlohliegbieobaj
Deskripsi Display big image while hovering Movie/actor/character links.
Ukuran File 127 KB
Jumlah Instalasi 51
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2016-06-21
Tanggal Publikasi 2016-06-21
Penilaian 1.50/5 Total 2 Penilaian
Pengembang Shebo6
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.imdb.com\/*"
            ],
            "js": [
                "scripts\/jquery-2.1.4.min.js",
                "scripts\/contentscript.js"
            ]
        }
    ]
}