Picture in Picture Helper
The perfect tool for opening videos in Picture in Picture
什麼是Picture in Picture Helper?
Picture in Picture Helper是由Pol Muñoz開發的Chrome擴展程式,該擴展的主要功能是“The perfect tool for opening videos in Picture in Picture”。
擴展截圖
下載Picture in Picture Helper擴展crx文件
下載Picture in Picture Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Useful shortcuts for entering and leaving Picture in Picture in any page that contains a video: Simply click the PiPHelper icon or press Ctrl + Shift + P (Cmd + Shift + P on macOS). At the moment this extension relies on Chrome features that may not be enabled by default. You can enable them at the following addresses: chrome://flags/#enable-experimental-web-platform-features chrome://flags/#enable-picture-in-picture On some platforms (Chrome OS specifically) you may need to enable the following feature: chrome://flags/#enable-surfaces-for-videos
擴展基本資訊
名稱 | Picture in Picture Helper |
ID | dbgdaidfdfaknmbmdkfcahakceagbjej |
官方網址 | https://chromewebstore.google.com/detail/picture-in-picture-helper/dbgdaidfdfaknmbmdkfcahakceagbjej |
簡介 | The perfect tool for opening videos in Picture in Picture |
檔案大小 | 7.51 KB |
安裝次數 | 378 |
目前版本 | 1.0.0 |
更新時間 | 2018-11-10 |
上架時間 | 2018-11-10 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Pol Muñoz |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture in Picture Helper", "short_name": "PiPHelper", "version": "1.0.0", "description": "The perfect tool for opening videos in Picture in Picture", "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "PiP", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "Command+Shift+P" } } }, "manifest_version": 2 } |