Zeeromed Multi-monitor
Zeeromed client-side management
什么是Zeeromed Multi-monitor?
Zeeromed Multi-monitor是由O3 Enterprise srl开发的Chrome扩展程序,该扩展的主要功能是“Zeeromed client-side management”。
扩展截图
下载Zeeromed Multi-monitor扩展crx文件
下载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 |
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" } } |