Picture in Picture
Picture-in-Picture extension for the Chrome browser.
Picture in Pictureとは何ですか?
Picture in PictureはJuwan Pettyによって開発されたChromeの拡張機能で、その主な機能は「Picture-in-Picture extension for the Chrome browser.」です。
拡張機能のスクリーンショット
Picture in Picture拡張機能のCRXファイルをダウンロード
Picture in Picture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Picture-in-Picture allows web pages to play a video in a little window that stays on top of other windows. This feature is valuable for users that want to continue watching their videos while doing something else. 拡張機能の基本情報
| 名前 | |
| ID | meboopjblcjkdmpehioplkgcbopipjmg |
| 公式URL | https://chromewebstore.google.com/detail/picture-in-picture/meboopjblcjkdmpehioplkgcbopipjmg |
| 説明 | Picture-in-Picture extension for the Chrome browser. |
| ファイルサイズ | 7.63 KB |
| インストール数 | 1,000 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2019-02-27 |
| 公開日 | 2019-02-27 |
| 評価 | 3.33/5 合計 3 レビュー |
| 開発者 | Juwan Petty |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Picture in Picture",
"description": "Picture-in-Picture extension for the Chrome browser.",
"version": "0.2",
"author": "Juwan Petty",
"browser_action": {
"default_icon": {
"16": ".\/icons\/icon-16.png",
"32": ".\/icons\/icon-32.png"
}
},
"icons": {
"16": ".\/icons\/icon-16.png",
"32": ".\/icons\/icon-32.png",
"48": ".\/icons\/icon-48.png",
"96": ".\/icons\/icon-96.png",
"128": ".\/icons\/icon-128.png",
"256": ".\/icons\/icon-256.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab"
]
} | |