Dual Windows (Updated)

Dual monitor in one machine. 💻

Vad är Dual Windows (Updated)?

Dual Windows (Updated) är en Chrome-tillägg utvecklad av office, och dess huvudfunktion är "Dual monitor in one machine. 💻".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Dual Windows (Updated)-förlängningens CRX-fil

Ladda ner Dual Windows (Updated)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        ⬇️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. 💻                    

Grundläggande Information om Tillägg

Namn Dual Windows (Updated) Dual Windows (Updated)
ID npnmdlaheifodkaaopfimkkdmkdhlhhg
Officiell webbadress https://chromewebstore.google.com/detail/dual-windows-updated/npnmdlaheifodkaaopfimkkdmkdhlhhg
Beskrivning Dual monitor in one machine. 💻
Filstorlek 8.69 KB
Antal Installationer 108
Aktuell Version 1.0.0
Senast Uppdaterad 2023-03-13
Publiceringsdatum 2023-03-13
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare office
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing
Stödda Språk 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"
    ]
}