Multi Window Presentation
Multi window presentation!
什么是Multi Window Presentation?
Multi Window Presentation是由https://nxgen.cloud开发的Chrome扩展程序,该扩展的主要功能是“Multi window presentation!”。
扩展截图
下载Multi Window Presentation扩展crx文件
下载Multi Window Presentation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Multi window presentation is used to open up to 4 full screen windows in 4 different monitors, based on the configuration URL's. 扩展基本信息
| 名称 | |
| ID | objimdjmdmbllijjkgpbfdahmcalijib |
| 官方URL | https://chromewebstore.google.com/detail/multi-window-presentation/objimdjmdmbllijjkgpbfdahmcalijib |
| 简介 | Multi window presentation! |
| 文件大小 | 44.63 KB |
| 安装次数 | 69 |
| 当前版本 | 2.0 |
| 更新时间 | 2022-04-30 |
| 上架时间 | 2022-03-22 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://nxgen.cloud |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Multi Window Presentation",
"description": "Multi window presentation!",
"version": "2.0",
"manifest_version": 3,
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/nxg-16.png",
"32": "\/images\/nxg-32.png",
"48": "\/images\/nxg-48.png",
"128": "\/images\/nxg-128.png"
}
},
"icons": {
"16": "\/images\/nxg-16.png",
"32": "\/images\/nxg-32.png",
"48": "\/images\/nxg-48.png",
"128": "\/images\/nxg-128.png"
}
} | |