Magnify Image

Hover to zoom in on an image.

Magnify Imageとは何ですか?

Magnify ImageはJohn Doerによって開発されたChromeの拡張機能で、その主な機能は「Hover to zoom in on an image.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This cool extensions automatically magnifies images when you hover over them. No more right-clicking every image to view the big / full size version of it.                    

拡張機能の基本情報

名前 Magnify Image Magnify Image
ID cbadflhejmmmbndjhgaknnopgijdfeef
公式URL https://chromewebstore.google.com/detail/magnify-image/cbadflhejmmmbndjhgaknnopgijdfeef
説明 Hover to zoom in on an image.
ファイルサイズ 98.69 KB
インストール数 403
現在のバージョン 0.1
最終更新日 2014-01-21
公開日 2014-01-21
評価 1.67/5 合計 9 レビュー
開発者 John Doer
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magnify Image",
    "description": "Hover to zoom in on an image.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "extension.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}