Multi Window Presentation

Multi window presentation!

What is Multi Window Presentation?

Multi Window Presentation is a Chrome extension developed by https://nxgen.cloud, and its main feature is "Multi window presentation!".

Extension Screenshots

screenshot
screenshot

Download Multi Window Presentation Extension CRX File

Download Multi Window Presentation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Multi Window Presentation Multi Window Presentation
ID objimdjmdmbllijjkgpbfdahmcalijib
Official URL https://chromewebstore.google.com/detail/multi-window-presentation/objimdjmdmbllijjkgpbfdahmcalijib
Description Multi window presentation!
File Size 44.63 KB
Installation Count 69
Current Version 2.0
Last Updated 2022-04-30
Publish Date 2022-03-22
Rating 5.00/5 Total 1 Ratings
Developer https://nxgen.cloud
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}