Dezoomify

Download zoomable images from web pages

Dezoomify क्या है?

Dezoomify https://ophir.alwaysdata.net/dezoomify द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download zoomable images from web pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dezoomify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}