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

O que é Kitware File Viewers?

Kitware File Viewers é uma extensão do Chrome desenvolvida por Kitware, e sua principal característica é "Open any file URL (link or text) with Kitware online viewers such as Glance, VolView or with desktop 3D Slicer with a right click".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Kitware File Viewers

Baixe arquivos de extensão Kitware File Viewers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Kitware File Viewers Kitware File Viewers
ID lklknpjabnmfefcfhmhdnhebkpindcld
URL Oficial https://chromewebstore.google.com/detail/kitware-file-viewers/lklknpjabnmfefcfhmhdnhebkpindcld
Descrição Open any file URL (link or text) with Kitware online viewers such as Glance, VolView or with desktop 3D Slicer with a right click
Tamanho do Arquivo 2.63 MB
Contagem de Instalações 97
Versão Atual 1.0.8
Última Atualização 2023-05-13
Data de Publicação 2023-02-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Kitware
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/KitwareMedical/KitwareFileViewers
URL da Página de Ajuda https://www.kitware.com/
Idiomas Suportados 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": [
        "*:\/\/*\/*"
    ]
}