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 |
| Eメール | [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"
]
} | |