Image viewer

This extension for convenient and functional image viewer with any html pages or links in your browser.

Image viewerとは何ですか?

Image viewerはRoman Rasskazovによって開発されたChromeの拡張機能で、その主な機能は「This extension for convenient and functional image viewer with any html pages or links in your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Image viewer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Image viewer allows you to scale the image and change the position of the image for comfortable viewing, to go back to the original size and position you need to double-click in any pane.                    

拡張機能の基本情報

名前 Image viewer Image viewer
ID jpampamblikognkmdnphbcajcmiaclmo
公式URL https://chromewebstore.google.com/detail/image-viewer/jpampamblikognkmdnphbcajcmiaclmo
説明 This extension for convenient and functional image viewer with any html pages or links in your browser.
ファイルサイズ 45.5 KB
インストール数 3,650
現在のバージョン 0.7.7
最終更新日 2015-07-07
公開日 2015-07-07
評価 3.93/5 合計 29 レビュー
開発者 Roman Rasskazov
支払い方法 free
拡張機能のウェブサイト http://viewer.dbinf.com
ヘルプページのURL http://viewer.dbinf.com
対応言語 de,en,fr,es,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/bg.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "default_locale": "ru",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "homepage_url": "http:\/\/viewer.dbinf.com",
    "web_accessible_resources": [
        "bg.png"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "webRequest",
        ""
    ],
    "version": "0.7.7"
}