MRI Scalar

This is a Dicom(Medical Imaging Format) Viewer Extension

Что такое MRI Scalar?

MRI Scalar - это расширение Chrome, разработанное Muhammad Shahid, и его основная функция - "This is a Dicom(Medical Imaging Format) Viewer Extension".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения MRI Scalar

Скачайте файлы расширений 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 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"
    ]
}