OpenSeadragonizer

Display big images in OpenSeadragon to enable zoom and pan.

What is OpenSeadragonizer?

OpenSeadragonizer is a Chrome extension developed by Unknown, and its main feature is "Display big images in OpenSeadragon to enable zoom and pan.".

Extension Screenshots

screenshot
screenshot

Download OpenSeadragonizer Extension CRX File

Download OpenSeadragonizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        OpenSeadragonizer adds the "View in OpenSeadragon" entry in the context menu of an image. When selected, the image is then displayed in an OpenSeadragon viewer, allowing easy zoom and pan.                    

Extension Basic Information

Name OpenSeadragonizer OpenSeadragonizer
ID lbjfeiidhldnfohmhnnnjgcmgjbnibgd
Official URL https://chromewebstore.google.com/detail/openseadragonizer/lbjfeiidhldnfohmhnnnjgcmgjbnibgd
Description Display big images in OpenSeadragon to enable zoom and pan.
File Size 160 KB
Installation Count 2,219
Current Version 1.2.3
Last Updated 2020-03-09
Publish Date 2020-03-09
Rating 4.71/5 Total 7 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/openseadragon/browser-extension
Help Page URL https://github.com/openseadragon/browser-extension/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenSeadragonizer",
    "description": "Display big images in OpenSeadragon to enable zoom and pan.",
    "version": "1.2.3",
    "background": {
        "scripts": [
            "webextension.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}