Dicom Medical Viewer

Dicom Viewer, simple and web responsive

Co to jest Dicom Medical Viewer?

Dicom Medical Viewer to rozszerzenie Chrome opracowane przez NewBauhaus41, a jego główną funkcją jest „Dicom Viewer, simple and web responsive”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Dicom Medical Viewer

Pobierz pliki rozszerzeń Dicom Medical Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Dicom Medical Viewer Dicom Medical Viewer
ID ciocdbgnlmnhpjenbpjfimiilegefmhi
Oficjalny URL https://chromewebstore.google.com/detail/dicom-medical-viewer/ciocdbgnlmnhpjenbpjfimiilegefmhi
Opis Dicom Viewer, simple and web responsive
Rozmiar pliku 11.68 MB
Liczba instalacji 89
Aktualna Wersja 3.1.3
Ostatnia Aktualizacja 2020-12-09
Data Publikacji 2020-01-10
Deweloper NewBauhaus41
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://mediamaster.eu/contatti
Adres URL Strony Polityki Prywatności https://ulmdevice.altervista.org/privacy-policy.html
Obsługiwane Języki 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"
        ]
    }
}