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란 무엇입니까?

IIV: Improved Image Viewer은(는) https://deejdesigns.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace the default picture viewer in chrome to enable fullpage, cover & centered images. Great for viewing small images."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

IIV: Improved Image Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 IIV: Improved Image Viewer IIV: Improved Image Viewer
ID ikihjogigckicmhkhkhidkgpdhkglban
공식 URL https://chromewebstore.google.com/detail/iiv-improved-image-viewer/ikihjogigckicmhkhkhidkgpdhkglban
설명 Replace the default picture viewer in chrome to enable fullpage, cover & centered images. Great for viewing small images.
파일 크기 109 KB
설치 횟수 469
현재 버전 1.0.2
최근 업데이트 2014-08-25
출시 날짜 2014-08-25
평점 2.58/5 총 12 개의 평점
개발자 https://deejdesigns.com
결제 유형 free
지원되는 언어 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"
    }
}