Dezoomify

Download zoomable images from web pages

Dezoomify란 무엇입니까?

Dezoomify은(는) https://ophir.alwaysdata.net/dezoomify에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download zoomable images from web pages"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Dezoomify 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This browser extension detects zoomable images in web pages and allows you to download them. It works with the websites of many different museums, art galleries, libraries, and numerous other sources.

How to use :

    - Install the extension
    - open a zoomable image in your browser
    - click the grey magnifying glass icon in the address bar
    - the icon should become blue, denoting that the extension is now actively listening for zoomable image requests
    - zoom into the image or reload the page
    - if the extension detects zoomable images, you should see a small badge appear over the icon specifying the number of images found
    - click the icon to open the image in the dezoomify website
    - click "dezoomify", and wait while the image downloads at maximal resolution
    - right-click on the downloaded image, and choose "Save As" to save it as a PNG file on your computer



For more information about dezoomify, see:
https://github.com/lovasoa/dezoomify

This addon is a free software. See its source code at:
https://github.com/lovasoa/dezoomify-extension/                    

확장 프로그램 기본 정보

이름 Dezoomify Dezoomify
ID iapjjopjejpelnfdonefbffahmcndfbm
공식 URL https://chromewebstore.google.com/detail/dezoomify/iapjjopjejpelnfdonefbffahmcndfbm
설명 Download zoomable images from web pages
파일 크기 3.6 MB
설치 횟수 10,000
현재 버전 1.0.1
최근 업데이트 2021-08-12
출시 날짜 2020-03-24
평점 4.90/5 총 30 개의 평점
개발자 https://ophir.alwaysdata.net/dezoomify
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dezoomify.ophir.dev
도움말 페이지 URL https://github.com/lovasoa/dezoomify-extension/issues
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/f5844407-63de-4167-bcdd-b4918d88a3d1
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dezoomify",
    "version": "1.0.1",
    "description": "Download zoomable images from web pages",
    "icons": {
        "24": "icons\/color\/icon-24.png",
        "96": "icons\/color\/icon-96.png",
        "128": "icons\/color\/icon-128.png",
        "512": "icons\/color\/icon-512.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "24": "icons\/grey\/icon-24.png",
            "96": "icons\/grey\/icon-96.png",
            "128": "icons\/grey\/icon-128.png",
            "512": "icons\/grey\/icon-512.png"
        },
        "default_title": "Dezoomify is inactive. Click to activate zoomable image search."
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}