MRI Scalar
This is a Dicom(Medical Imaging Format) Viewer Extension
什么是MRI Scalar?
MRI Scalar是由Muhammad Shahid开发的Chrome扩展程序,该扩展的主要功能是“This is a Dicom(Medical Imaging Format) Viewer Extension”。
扩展截图
下载MRI Scalar扩展crx文件
下载MRI Scalar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A medical research image viewer, supporting DICOM and NIFTI formats. This orthogonal viewer supports overlays, atlases, GIFTI surface data and DTI data. It uses Papaya API, the program is opensource and provided as is. Some technical details relating to this program are as follows: Platform Browser Functions Display, Programming Interface GUI Read Formats DICOM, GIFTI, NIFTI, VTK Specialities DTI, MRI, Neuro Displays MPR, Surface rendering Programming API/Library Language JavaScript Audiences Advanced user, Medical Researchers, Students, Neuro Specialists, MRI Technologists Built upon Daikon, NIFTI-Reader-JS, GIFTI-Reader-JS DISCLAIMER: THIS PRODUCT CAN BE USED TO VIEW SCANNED IMAGES OF DIGITAL XRAY, CT-SCANS AND MRI SCANS, HOWEVER AUTHOR OF THIS APPLICATION DOES NOT GUARANTY THE REPORTS GENERATED AS A LEGAL PROOF IN YOUR REGION.
扩展基本信息
名称 | MRI Scalar |
ID | opngpapddndgipamkmhkifoekmcblmhh |
官方URL | https://chromewebstore.google.com/detail/mri-scalar/opngpapddndgipamkmhkifoekmcblmhh |
简介 | This is a Dicom(Medical Imaging Format) Viewer Extension |
文件大小 | 776 KB |
安装次数 | 451 |
当前版本 | 1.1 |
更新时间 | 2022-01-18 |
上架时间 | 2019-10-07 |
评分 | 4.67/5 共3次评分 |
开发者 | Muhammad Shahid |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MRI Scalar", "version": "1.1", "description": "This is a Dicom(Medical Imaging Format) Viewer Extension", "manifest_version": 2, "browser_action": { "default_title": "MRI Scalar", "default icon": "icons\/128.png" }, "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ] } |