OpenSeadragonizer
Display big images in OpenSeadragon to enable zoom and pan.
Co to jest OpenSeadragonizer?
OpenSeadragonizer to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Display big images in OpenSeadragon to enable zoom and pan.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OpenSeadragonizer
Pobierz pliki rozszerzeń OpenSeadragonizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | OpenSeadragonizer |
ID | lbjfeiidhldnfohmhnnnjgcmgjbnibgd |
Oficjalny URL | https://chromewebstore.google.com/detail/openseadragonizer/lbjfeiidhldnfohmhnnnjgcmgjbnibgd |
Opis | Display big images in OpenSeadragon to enable zoom and pan. |
Rozmiar pliku | 160 KB |
Liczba instalacji | 2,219 |
Aktualna Wersja | 1.2.3 |
Ostatnia Aktualizacja | 2020-03-09 |
Data Publikacji | 2020-03-09 |
Ocena | 4.71/5 Łącznie 7 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/openseadragon/browser-extension |
Adres URL Strony Pomocy | https://github.com/openseadragon/browser-extension/issues |
Obsługiwane Języki | 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" } } |