PiP (Picture in Picture)
Use picture-in-picture on any site.
PiP (Picture in Picture)とは何ですか?
PiP (Picture in Picture)はstefanによって開発されたChromeの拡張機能で、その主な機能は「Use picture-in-picture on any site.」です。
拡張機能のスクリーンショット
PiP (Picture in Picture)拡張機能のCRXファイルをダウンロード
PiP (Picture in Picture)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use picture-in-picture on any site. 拡張機能の基本情報
| 名前 | |
| ID | bhelklnnfpjkbmogibhibinnmbffinee |
| 公式URL | https://chromewebstore.google.com/detail/pip-picture-in-picture/bhelklnnfpjkbmogibhibinnmbffinee |
| 説明 | Use picture-in-picture on any site. |
| ファイルサイズ | 6.83 KB |
| インストール数 | 372 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2020-09-01 |
| 公開日 | 2020-08-30 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | stefan |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PiP (Picture in Picture)",
"version": "1.0",
"description": "Use picture-in-picture on any site.",
"manifest_version": 2,
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"code.js"
],
"persistent": false
},
"browser_action": [],
"icons": {
"16": "images\/logo-16-black.png",
"48": "images\/logo-48-black.png",
"128": "images\/logo-128-black.png"
},
"offline_enabled": true
} | |