Dual Windows (Updated)

Dual monitor in one machine. 💻

Dual Windows (Updated)란 무엇입니까?

Dual Windows (Updated)은(는) office에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dual monitor in one machine. 💻"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Dual Windows (Updated) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}