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"
            ]
        }
    ]
}