Dual Windows (Updated)

Dual monitor in one machine. 💻

Dual Windows (Updated) क्या है?

Dual Windows (Updated) office द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dual monitor in one machine. 💻"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dual Windows (Updated) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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. 💻                    

एक्सटेंशन की मूल जानकारी

नाम Dual Windows (Updated) Dual Windows (Updated)
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"
    ]
}