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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
⬇️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 |
| عنوان صفحة سياسة الخصوصية | 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"
]
} | |