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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

MRI Scalar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}