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文件

下載Dezoomify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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