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
官方網址 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"
    }
}