IMDB - Big images on hover

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

什麼是IMDB - Big images on hover?

IMDB - Big images on hover是由Shebo6開發的Chrome擴展程式,該擴展的主要功能是“Display big image while hovering Movie/actor/character links.”。

擴展截圖

screenshot
screenshot

下載IMDB - Big images on hover擴展crx文件

下載IMDB - Big images on hover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 IMDB - Big images on hover IMDB - Big images on hover
ID phijfjljgflgbpkcehlohliegbieobaj
官方網址 https://chrome.google.com/webstore/detail/imdb-big-images-on-hover/phijfjljgflgbpkcehlohliegbieobaj
簡介 Display big image while hovering Movie/actor/character links.
檔案大小 127 KB
安裝次數 51
目前版本 0.0.2
更新時間 2016-06-21
上架時間 2016-06-21
評分 1.50/5 共 2 次評分
開發者 Shebo6
付費類型 free
支援的語言 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"
            ]
        }
    ]
}