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/. 拡張機能の基本情報
| 名前 | |
| ID | hkgfoiooedgoejojocmhlaklaeopbecg |
| 公式URL | 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 |
| Eメール | [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": [
" | |