OpenSeadragonizer

Display big images in OpenSeadragon to enable zoom and pan.

OpenSeadragonizerคืออะไร?

OpenSeadragonizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Display big images in OpenSeadragon to enable zoom and pan."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenSeadragonizer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}