IMDB - Big images on hover

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

IMDB - Big images on hover là gì?

IMDB - Big images on hover là một tiện ích mở rộng Chrome được phát triển bởi Shebo6, và tính năng chính của nó là "Display big image while hovering Movie/actor/character links.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IMDB - Big images on hover

Tải xuống các tệp mở rộng IMDB - Big images on hover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IMDB - Big images on hover IMDB - Big images on hover
ID phijfjljgflgbpkcehlohliegbieobaj
URL Chính Thức https://chrome.google.com/webstore/detail/imdb-big-images-on-hover/phijfjljgflgbpkcehlohliegbieobaj
Mô tả Display big image while hovering Movie/actor/character links.
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2016-06-21
Ngày Phát Hành 2016-06-21
Đánh Giá 1.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Shebo6
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}