Dicom Medical Viewer

Dicom Viewer, simple and web responsive

Dicom Medical Viewer क्या है?

Dicom Medical Viewer NewBauhaus41 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dicom Viewer, simple and web responsive"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dicom Medical Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}