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
What is Kitware File Viewers?
Kitware File Viewers is a Chrome extension developed by Kitware, and its main feature is "Open any file URL (link or text) with Kitware online viewers such as Glance, VolView or with desktop 3D Slicer with a right click".
Extension Screenshots
Download Kitware File Viewers Extension CRX File
Download Kitware File Viewers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Kitware File Viewers |
ID | lklknpjabnmfefcfhmhdnhebkpindcld |
Official URL | https://chromewebstore.google.com/detail/kitware-file-viewers/lklknpjabnmfefcfhmhdnhebkpindcld |
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 |
File Size | 2.63 MB |
Installation Count | 97 |
Current Version | 1.0.8 |
Last Updated | 2023-05-13 |
Publish Date | 2023-02-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Kitware |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/KitwareMedical/KitwareFileViewers |
Help Page URL | https://www.kitware.com/ |
Supported Languages | 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": [ "*:\/\/*\/*" ] } |