Dual Windows (Updated)

Dual monitor in one machine. 💻

Что такое Dual Windows (Updated)?

Dual Windows (Updated) - это расширение Chrome, разработанное office, и его основная функция - "Dual monitor in one machine. 💻".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Dual Windows (Updated)

Скачайте файлы расширений Dual Windows (Updated) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ⬇️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"
    ]
}