Split Screen for Google Chrome
You can easily split and separate tabs, split interface layout, and resize tabs by columns and rows. Multi-monitor support
Split Screen for Google Chrome là gì?
Split Screen for Google Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://dualless.dllplayer.com, và tính năng chính của nó là "You can easily split and separate tabs, split interface layout, and resize tabs by columns and rows. Multi-monitor support".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Split Screen for Google Chrome
Tải xuống các tệp mở rộng Split Screen for Google Chrome 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
This extension splits your browser windows into two with just 2 clicks. The ratio of the windows can be adjusted according to your needs. This extension is great for presenters who need to use Google Meet/Zoom and need to split their screen so that they can see their presentation & also see the faces of their students/attendees of the Google Meet call. Most of our users are on hangouts meet and want to see the faces of the attendees while they are doing screen sharing. This extension/feature is great for teachers who are teaching online classes at the moment. You can monitor your students via "Grid Mode in Google Meet" on one tab and do "screen sharing" in another Chrome tab which contains your teaching materials. Split the current browser window into a pair so it acts like a dual monitor setup. Try dualless mode today using this extension. Our software works well with google hangouts meet Permissions Required - Please note we do NOT read your browsing data, the only reason we use the browsing tabs permission is to allow the software extension to split your current Chrome Browser Windows into 2+ windows. This extension is useful for users who do not have dual monitors and want to split their browser windows into different sections, mainly when you're on a call using google meet app To begin using the software, simply do the following 1) Install our software extension 2) Click on the extension icon 3) Choose the layout ratio you wish to use for this split screen extension 4) Our software will split screen and display the browser into the split screen ratio you selected If you have any feedback for us for our extension which is meant to work with google video conference, please contact us. Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Split Screen is not owned by, it is not licensed by and is not a subsidiary of Google Inc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Split Screen for Google Chrome |
ID | dnollkdkikklpdganoecjcmmlddbennb |
URL Chính Thức | https://chromewebstore.google.com/detail/split-screen-for-google-c/dnollkdkikklpdganoecjcmmlddbennb |
Mô tả | You can easily split and separate tabs, split interface layout, and resize tabs by columns and rows. Multi-monitor support |
Kích Thước Tệp | 471 KB |
Số Lần Cài Đặt | 312,726 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2023-10-17 |
Ngày Phát Hành | 2020-08-23 |
Đánh Giá | 3.83/5 Tổng số 264 Đánh Giá |
Nhà Phát Triển | https://dualless.dllplayer.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dualless.dllplayer.com |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "description": "__MSG_AppDesc__", "version": "3.0.0", "icons": { "512": "icon-512.png", "256": "icon-256.png", "192": "icon-192.png", "128": "icon-128.png", "96": "icon-96.png", "72": "icon-72.png", "64": "icon-64.png", "48": "icon-48.png", "32": "icon-32.png", "16": "icon-16.png" }, "action": { "default_icon": "icon-512.png", "default_popup": "popup.html" }, "default_locale": "en", "background": { "service_worker": "js\/background.js", "type": "module" }, "permissions": [ "system.display", "windows", "storage" ], "offline_enabled": true, "container": [ "GOOGLE_DRIVE" ], "homepage_url": "https:\/\/dualless.dllplayer.com" } |