Dual Windows (Updated)
Dual monitor in one machine. 💻
Cos'è Dual Windows (Updated)?
Dual Windows (Updated) è un'estensione di Chrome sviluppata da office, e la sua funzione principale è "Dual monitor in one machine. 💻".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dual Windows (Updated)
Scarica i file di estensione Dual Windows (Updated) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
⬇️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. 💻 Informazioni di Base sull'Estensione
| Nome | |
| ID | npnmdlaheifodkaaopfimkkdmkdhlhhg |
| URL Ufficiale | https://chromewebstore.google.com/detail/dual-windows-updated/npnmdlaheifodkaaopfimkkdmkdhlhhg |
| Descrizione | Dual monitor in one machine. 💻 |
| Dimensione del File | 8.69 KB |
| Conteggio Installazioni | 108 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2023-03-13 |
| Data di Pubblicazione | 2023-03-13 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | office |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing |
| Lingue Supportate | 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"
]
} | |