Multi Window Presentation
Multi window presentation!
什麼是Multi Window Presentation?
Multi Window Presentation是由https://nxgen.cloud開發的Chrome擴展程式,該擴展的主要功能是“Multi window presentation!”。
擴展截圖
下載Multi Window Presentation擴展crx文件
下載Multi Window Presentation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Multi window presentation is used to open up to 4 full screen windows in 4 different monitors, based on the configuration URL's.
擴展基本資訊
名稱 | Multi Window Presentation |
ID | objimdjmdmbllijjkgpbfdahmcalijib |
官方網址 | https://chromewebstore.google.com/detail/multi-window-presentation/objimdjmdmbllijjkgpbfdahmcalijib |
簡介 | Multi window presentation! |
檔案大小 | 44.63 KB |
安裝次數 | 69 |
目前版本 | 2.0 |
更新時間 | 2022-04-30 |
上架時間 | 2022-03-22 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://nxgen.cloud |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |