Multiple PiP Changer
During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.
什麼是Multiple PiP Changer?
Multiple PiP Changer是由https://gaerae.com開發的Chrome擴展程式,該擴展的主要功能是“During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.”。
擴展截圖
下載Multiple PiP Changer擴展crx文件
下載Multiple PiP Changer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.
Supports Picture-in-Picture functionality to YouTube, Netflix, Amazon Video, Twitch, and more!
Keyboard shortcut: Alt + P (⌥ + P on macOS) 擴展基本資訊
| 名稱 | |
| ID | heecooojlcebffhjpmipceockeamgohd |
| 官方網址 | https://chromewebstore.google.com/detail/multiple-pip-changer/heecooojlcebffhjpmipceockeamgohd |
| 簡介 | During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed. |
| 檔案大小 | 33.32 KB |
| 安裝次數 | 812 |
| 目前版本 | 1.0 |
| 更新時間 | 2020-09-04 |
| 上架時間 | 2020-09-02 |
| 評分 | 2.50/5 共 2 次評分 |
| 開發者 | https://gaerae.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/gaerae/multiple-pip-changer |
| 支援的語言 | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"version": "1.0",
"icons": {
"128": "assets\/icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "assets\/icon19.png",
"38": "assets\/icon38.png"
}
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Alt+P",
"mac": "Alt+P",
"chromeos": "Alt+P",
"linux": "Alt+P"
}
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
" | |