Dicom Medical Viewer

Dicom Viewer, simple and web responsive

Dicom Medical Viewer란 무엇입니까?

Dicom Medical Viewer은(는) NewBauhaus41에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dicom Viewer, simple and web responsive"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Dicom Medical Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Open single DICOM image and data folder and also from url with this web extension
======
Release 3.1.3 - Removed unnecessary permissions and made some improvements
======
Main Features:
- The viewer supports the most popular formats such as Dicom-Support or Pacs-Support
- Export DICOM image as PNG and PDF formats and again you can save or share it on Google Drive
- Web application is responsive, therefore it is also suitable for smaller screens
- Displacement and zoom DICOM image
- Possibility to use different filters for brightness, contrast, negative mode and other powerful features
- Length measurements: You can draw lines, rectangles, circles and side dishes by hand
- Annotations editor
- Save DICOM tags as pdf format
- Undo and redo actions in main toolbar
- Edit Your notes with advanced Wysiwyg Editor and save it in your file system
- The application is translated into Italian, German, English, French, German, Spanish, Japanese, Romanian, Russian and Chinese. The translation is automatic based on the language of your computer or device                    

확장 프로그램 기본 정보

이름 Dicom Medical Viewer Dicom Medical Viewer
ID ciocdbgnlmnhpjenbpjfimiilegefmhi
공식 URL https://chromewebstore.google.com/detail/dicom-medical-viewer/ciocdbgnlmnhpjenbpjfimiilegefmhi
설명 Dicom Viewer, simple and web responsive
파일 크기 11.68 MB
설치 횟수 89
현재 버전 3.1.3
최근 업데이트 2020-12-09
출시 날짜 2020-01-10
개발자 NewBauhaus41
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://mediamaster.eu/contatti
개인정보 보호 정책 페이지 URL https://ulmdevice.altervista.org/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dicom Medical Viewer",
    "short_name": "Dicom Image Viewer",
    "description": "Dicom Viewer, simple and web responsive",
    "version": "3.1.3",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon_16.png",
        "128": "assets\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "38": "assets\/icon_128.png"
        }
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/*.google.com\/cloudprint\/client\/cpgadget.js; object-src 'self';",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}