Dual Windows (Updated)
Dual monitor in one machine. 💻
Co to jest Dual Windows (Updated)?
Dual Windows (Updated) to rozszerzenie Chrome opracowane przez office, a jego główną funkcją jest „Dual monitor in one machine. 💻”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dual Windows (Updated)
Pobierz pliki rozszerzeń Dual Windows (Updated) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
⬇️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. 💻 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | npnmdlaheifodkaaopfimkkdmkdhlhhg |
| Oficjalny URL | https://chromewebstore.google.com/detail/dual-windows-updated/npnmdlaheifodkaaopfimkkdmkdhlhhg |
| Opis | Dual monitor in one machine. 💻 |
| Rozmiar pliku | 8.69 KB |
| Liczba instalacji | 108 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2023-03-13 |
| Data Publikacji | 2023-03-13 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | office |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing |
| Obsługiwane Języki | 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"
]
} | |