Zeeromed Multi-monitor

Zeeromed client-side management

Zeeromed Multi-monitorคืออะไร?

Zeeromed Multi-monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย O3 Enterprise srl และคุณลักษณะหลักของมันคือ "Zeeromed client-side management"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zeeromed Multi-monitor

ดาวน์โหลดไฟล์ส่วนขยาย Zeeromed Multi-monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Zeeromed extension for  multi-monitors and shortcuts management.
It handles opening of images on 1 or 2 medical displays.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zeeromed Multi-monitor Zeeromed Multi-monitor
ID jndbgffdnmpofdchjdnmeinejilodggn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zeeromed-multi-monitor/jndbgffdnmpofdchjdnmeinejilodggn
คำอธิบาย Zeeromed client-side management
ขนาดไฟล์ 681 KB
จำนวนการติดตั้ง 667
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2022-06-07
วันที่เผยแพร่ 2019-12-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา O3 Enterprise srl
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.zeeromed.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "name": "Zeeromed Multi-monitor",
    "short_name": "Zeeromed",
    "description": "Zeeromed client-side management",
    "version": "1.4.1",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "system.display",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background_main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "browser_action.html"
    },
    "commands": {
        "R1": {
            "suggested_key": {
                "default": "Alt+1"
            },
            "description": "r1"
        },
        "R2": {
            "suggested_key": {
                "default": "Alt+2"
            },
            "description": "r2"
        },
        "M": {
            "suggested_key": {
                "default": "Alt+M"
            },
            "description": "Monitors setup"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "jquery.min.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "img\/icon.png"
    }
}