IRM iExtension
This software is the DICOM files download and multi-monitor support to DICOM Image Viewer.
什麼是IRM iExtension?
IRM iExtension是由admin開發的Chrome擴展程式,該擴展的主要功能是“This software is the DICOM files download and multi-monitor support to DICOM Image Viewer.”。
擴展截圖
下載IRM iExtension擴展crx文件
下載IRM iExtension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
IRM의 WebPACS 제품에 포함된 의료용 DICOM Web Viewer의 멀티 모니터 기능을 최대한 활용하기 위해서 이 확장 기능을 설치해야 합니다. 이를 설치할 경우 환자의 방사선 영상을 DICOM Hanging Protocol에 맞춰 여러 모니터에 게시할 수 있습니다. - UPDATE(V2.0.4) 1. Permission 중 tabs 권한 제거
擴展基本資訊
名稱 | IRM iExtension |
ID | fbdhohdkllpihbokpbiaicpgaehcphae |
官方網址 | https://chromewebstore.google.com/detail/irm-iextension/fbdhohdkllpihbokpbiaicpgaehcphae |
簡介 | This software is the DICOM files download and multi-monitor support to DICOM Image Viewer. |
檔案大小 | 37.55 KB |
安裝次數 | 96 |
目前版本 | 2.0.4 |
更新時間 | 2024-01-06 |
上架時間 | 2021-04-29 |
開發者 | admin |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://irm.kr |
支援的語言 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IRM iExtension", "short_name": "iExtension", "description": "This software is the DICOM files download and multi-monitor support to DICOM Image Viewer.", "version": "2.0.4", "manifest_version": 3, "minimum_chrome_version": "88", "homepage_url": "http:\/\/irm.kr", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "\/html\/hello.html", "default_icon": { "16": "\/resource\/iextention16.png", "32": "\/resource\/iextention32.png", "48": "\/resource\/iextention48.png", "128": "\/resource\/iextention128.png" } }, "icons": { "16": "\/resource\/iextention16.png", "32": "\/resource\/iextention32.png", "48": "\/resource\/iextention48.png", "128": "\/resource\/iextention128.png" }, "permissions": [ "alarms", "activeTab", "system.display", "downloads" ], "host_permissions": [ "*:\/\/*\/*" ], "externally_connectable": { "matches": [ "http:\/\/*.irm.kr\/*", "https:\/\/*.irm.kr\/*", "http:\/\/*.irmhealthcare.com\/*", "https:\/\/*.irmhealthcare.com\/*", "http:\/\/*.hiimage.co.kr\/*", "https:\/\/*.hiimage.co.kr\/*", "http:\/\/irmbestimage.com\/*", "https:\/\/irmbestimage.com\/*", "http:\/\/*.irmbestimage.com\/*", "https:\/\/*.irmbestimage.com\/*", "http:\/\/*.t-onservice.com\/*", "https:\/\/*.t-onservice.com\/*" ] } } |