Dual Windows (Updated)
Dual monitor in one machine. 💻
什么是Dual Windows (Updated)?
Dual Windows (Updated)是由office开发的Chrome扩展程序,该扩展的主要功能是“Dual monitor in one machine. 💻”。
扩展截图
下载Dual Windows (Updated)扩展crx文件
下载Dual Windows (Updated)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
⬇️Easy to set up ⬇️:
1. Install and pin 📌 the extension to Chrome.
2. Click on the extension, and choose the format you want the tabs to show.
3. Customize the dual window format using horizontal/vertical options.
✨ Features ✨
1. Split, resize, and/or merge the browser windows.
2. Pressing the middle key on the split window button will duplicate the current page on another window.
3. Bookmark 🔖 management. Relaunch your favorite site in a new tab 🗂 and windows will get split in the recorded ratio.
Use this extension to simulate a dual monitor for your machine. 💻 扩展基本信息
| 名称 | |
| ID | npnmdlaheifodkaaopfimkkdmkdhlhhg |
| 官方URL | https://chromewebstore.google.com/detail/dual-windows-updated/npnmdlaheifodkaaopfimkkdmkdhlhhg |
| 简介 | Dual monitor in one machine. 💻 |
| 文件大小 | 8.69 KB |
| 安装次数 | 108 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2023-03-13 |
| 上架时间 | 2023-03-13 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | office |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dual Windows (Updated)",
"version": "1.0.0",
"description": "Dual monitor in one machine. \ud83d\udcbb",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "small_icon.png"
}
},
"icons": {
"128": "big_icon.png"
},
"background": {
"service_worker": "background.js"
},
"manifest_version": 3,
"permissions": [
"windows",
"system.display"
]
} | |