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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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