OpenSeadragonizer

Display big images in OpenSeadragon to enable zoom and pan.

OpenSeadragonizerとは何ですか?

OpenSeadragonizerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Display big images in OpenSeadragon to enable zoom and pan.」です。

拡張機能のスクリーンショット

screenshot
screenshot

OpenSeadragonizer拡張機能のCRXファイルをダウンロード

OpenSeadragonizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 OpenSeadragonizer OpenSeadragonizer
ID lbjfeiidhldnfohmhnnnjgcmgjbnibgd
公式URL https://chromewebstore.google.com/detail/openseadragonizer/lbjfeiidhldnfohmhnnnjgcmgjbnibgd
説明 Display big images in OpenSeadragon to enable zoom and pan.
ファイルサイズ 160 KB
インストール数 2,219
現在のバージョン 1.2.3
最終更新日 2020-03-09
公開日 2020-03-09
評価 4.71/5 合計 7 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/openseadragon/browser-extension
ヘルプページのURL https://github.com/openseadragon/browser-extension/issues
対応言語 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"
    }
}