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ファイルをダウンロード

IIV: Improved Image Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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