Barry's Image Zoom

Zoom in on any image in your browser.

Barry's Image Zoomとは何ですか?

Barry's Image ZoomはBarryによって開発されたChromeの拡張機能で、その主な機能は「Zoom in on any image in your browser.」です。

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

screenshot

Barry's Image Zoom拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Barry's Image Zoom is a simple but powerful tool for viewing images in your browser in unlimited detail. Images are automatically resized to fit the browser window and can be zoomed in even further with the mouse wheel. It works with any JPG, PNG or GIF file.

To use:
  - Images are automatically resized to fit the browser window.
  - Use the mouse wheel to zoom in and out.
  - For fast zoom, hold down the shift key while zooming.
  - Click and drag the image to reposition it.
  - Double-click the image to resize it back to the browser window.

Tip:
- Barry's Image Zoom only works with single images, not entire web pages. If the image you want is part of a web page, right click on it and select "Open image in new tab".                    

拡張機能の基本情報

名前 Barry's Image Zoom Barry's Image Zoom
ID iihenfcdndalmajfmebbiajgejocengf
公式URL https://chromewebstore.google.com/detail/barrys-image-zoom/iihenfcdndalmajfmebbiajgejocengf
説明 Zoom in on any image in your browser.
ファイルサイズ 56.58 KB
インストール数 2,477
現在のバージョン 1.1
最終更新日 2013-12-31
公開日 2013-12-31
評価 2.36/5 合計 42 レビュー
開発者 Barry
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Barry's Image Zoom",
    "short_name": "Barry's Image Zoom",
    "version": "1.1",
    "description": "Zoom in on any image in your browser.",
    "author": "Barry Fruitman",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "barryzoom.js"
            ],
            "matches": [
                "http:\/\/*\/*.jpg",
                "https:\/\/*\/*.jpg",
                "http:\/\/*\/*.jpeg",
                "https:\/\/*\/*.jpeg",
                "http:\/\/*\/*.png",
                "https:\/\/*\/*.png",
                "http:\/\/*\/*.gif",
                "https:\/\/*\/*.gif"
            ]
        }
    ],
    "icons": {
        "128": "logo_128.png",
        "64": "logo_64.png",
        "48": "logo_48.png",
        "32": "logo_32.png",
        "24": "logo_24.png",
        "16": "logo_16.png"
    }
}