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 |
公式URL | 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 |
Eメール | [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 } |