Multi Window Presentation

Multi window presentation!

Multi Window Presentation là gì?

Multi Window Presentation là một tiện ích mở rộng Chrome được phát triển bởi https://nxgen.cloud, và tính năng chính của nó là "Multi window presentation!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Multi Window Presentation

Tải xuống các tệp mở rộng Multi Window Presentation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Multi window presentation is used to open up to 4 full screen windows in 4 different monitors, based on the configuration URL's.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Multi Window Presentation Multi Window Presentation
ID objimdjmdmbllijjkgpbfdahmcalijib
URL Chính Thức https://chromewebstore.google.com/detail/multi-window-presentation/objimdjmdmbllijjkgpbfdahmcalijib
Mô tả Multi window presentation!
Kích Thước Tệp 44.63 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-04-30
Ngày Phát Hành 2022-03-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://nxgen.cloud
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multi Window Presentation",
    "description": "Multi window presentation!",
    "version": "2.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/nxg-16.png",
            "32": "\/images\/nxg-32.png",
            "48": "\/images\/nxg-48.png",
            "128": "\/images\/nxg-128.png"
        }
    },
    "icons": {
        "16": "\/images\/nxg-16.png",
        "32": "\/images\/nxg-32.png",
        "48": "\/images\/nxg-48.png",
        "128": "\/images\/nxg-128.png"
    }
}