IIV: Improved Image Viewer

Replace the default picture viewer in chrome to enable fullpage, cover & centered images. Great for viewing small images.

IIV: Improved Image Viewer là gì?

IIV: Improved Image Viewer là một tiện ích mở rộng Chrome được phát triển bởi https://deejdesigns.com, và tính năng chính của nó là "Replace the default picture viewer in chrome to enable fullpage, cover & centered images. Great for viewing small images.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IIV: Improved Image Viewer

Tải xuống các tệp mở rộng IIV: Improved Image Viewer 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

                        By default, pictures opened in the new tab of Google Chrome, "stick" to the upper left corner and that is not always good and comfortable, especially if this picture is small. This extension tactfully intervenes in "default option" and provides you a myriad of display options.

By mousing over the IIV icon in the top left corner you can:
— View fullscreen
— View imaging covering the entire screen
— View at original size & centered on page
— Download image
— Save your default viewing option

If you like the extension don't forget to tell your friends about it - it's easy to do it on the config page using the buttons of social network in the bottom of the screen. 

Please write your wishes and opinions in the comments or by sending an e-mail, they will really help me!

If you notice an error in the extension, write about it on the address [email protected]                    

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

Tên IIV: Improved Image Viewer IIV: Improved Image Viewer
ID ikihjogigckicmhkhkhidkgpdhkglban
URL Chính Thức https://chromewebstore.google.com/detail/iiv-improved-image-viewer/ikihjogigckicmhkhkhidkgpdhkglban
Mô tả Replace the default picture viewer in chrome to enable fullpage, cover & centered images. Great for viewing small images.
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 469
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-08-25
Ngày Phát Hành 2014-08-25
Đánh Giá 2.58/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://deejdesigns.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IIV: Improved Image Viewer",
    "description": "Replace the default picture viewer in chrome to enable fullpage, cover & centered images. Great for viewing small images.",
    "version": "1.0.2",
    "author": "Deejdesigns.com",
    "web_accessible_resources": [
        "\/scripts\/jquery-1.10.1.min.map",
        "logo.png",
        "\/images\/close.png",
        "\/images\/config.png",
        "\/images\/download.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/jquery.js",
                "\/scripts\/download.js",
                "\/scripts\/script.js"
            ],
            "css": [
                "\/styles\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}