Dual Windows (Updated)
Dual monitor in one machine. 💻
Dual Windows (Updated)คืออะไร?
Dual Windows (Updated) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย office และคุณลักษณะหลักของมันคือ "Dual monitor in one machine. 💻"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dual Windows (Updated)
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |