Picture-in-Picture Extension (by Google)
Watch video using Picture-in-Picture
什麼是Picture-in-Picture Extension (by Google)?
Picture-in-Picture Extension (by Google)是由https://google.com開發的Chrome擴展程式,該擴展的主要功能是“Watch video using Picture-in-Picture”。
擴展截圖
下載Picture-in-Picture Extension (by Google)擴展crx文件
下載Picture-in-Picture Extension (by Google)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Picture-in-Picture (PiP) allows you to watch videos in a floating window (always on top of other windows) so you can keep an eye on what you’re watching while interacting with other sites, or applications. Keyboard shortcut: Alt + P (⌥ + P on macOS) Source code: https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
擴展基本資訊
名稱 | Picture-in-Picture Extension (by Google) |
ID | hkgfoiooedgoejojocmhlaklaeopbecg |
官方網址 | https://chromewebstore.google.com/detail/picture-in-picture-extens/hkgfoiooedgoejojocmhlaklaeopbecg |
簡介 | Watch video using Picture-in-Picture |
檔案大小 | 25.6 KB |
安裝次數 | 3,079,162 |
目前版本 | 1.11 |
更新時間 | 2022-09-15 |
上架時間 | 2020-03-31 |
評分 | 3.98/5 共 1884 次評分 |
開發者 | https://google.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension |
說明頁面URL | https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension |
隱私政策頁面URL | https://www.google.com/intl/en/policies |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture-in-Picture Extension (by Google)", "description": "Watch video using Picture-in-Picture", "version": "1.11", "icons": { "128": "assets\/icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "assets\/icon19.png", "38": "assets\/icon38.png" } }, "commands": { "_execute_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": [ "scripting", "storage" ], "host_permissions": [ " |