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
官方URL 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"
            ]
        }
    ]
}