Kitware File Viewers

Open any file URL (link or text) with Kitware online viewers such as Glance, VolView or with desktop 3D Slicer with a right click

Cos'è Kitware File Viewers?

Kitware File Viewers è un'estensione di Chrome sviluppata da Kitware, e la sua funzione principale è "Open any file URL (link or text) with Kitware online viewers such as Glance, VolView or with desktop 3D Slicer with a right click".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kitware File Viewers

Scarica i file di estensione Kitware File Viewers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Open scientific and medical file URLs (right click on link or text) with online and desktop viewers.

Online viewers:
 - Kitware Glance (.glance, .vtkjs, .vti, .vtp, .vtu, .stl, .obj, .obz, .nrrd, .nii, .mha, .dcm)
 - Kitware VolView (.zip, .dcm, .mha, .json)
 - itk-vtk-viewer (.vti, .nrrd, .nii, .mha, .dcm, .stl)
 - VTK.js examples such as the GeometryViewer, VolumeViewer, OBJViewer, SceneViewer

Desktop viewers:
 - 3D Slicer (.nrrd, .nii, .mha, .dcm)                    

Informazioni di Base sull'Estensione

Nome Kitware File Viewers Kitware File Viewers
ID lklknpjabnmfefcfhmhdnhebkpindcld
URL Ufficiale https://chromewebstore.google.com/detail/kitware-file-viewers/lklknpjabnmfefcfhmhdnhebkpindcld
Descrizione Open any file URL (link or text) with Kitware online viewers such as Glance, VolView or with desktop 3D Slicer with a right click
Dimensione del File 2.63 MB
Conteggio Installazioni 97
Versione Corrente 1.0.8
Ultimo Aggiornamento 2023-05-13
Data di Pubblicazione 2023-02-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Kitware
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/KitwareMedical/KitwareFileViewers
URL della Pagina di Aiuto https://www.kitware.com/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kitware File Viewers",
    "version": "1.0.8",
    "description": "Open any file URL (link or text) with Kitware online viewers such as Glance, VolView or with desktop 3D Slicer with a right click",
    "author": "[email protected]",
    "homepage_url": "https:\/\/github.com\/KitwareMedical\/KitwareFileViewers",
    "icons": {
        "16": "images\/kitware-16.png",
        "32": "images\/kitware-32.png",
        "48": "images\/kitware-48.png",
        "128": "images\/kitware-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "options_page": "options.html",
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}