Picture in Picture
Picture in picture
Picture in Pictureとは何ですか?
Picture in PictureはMichaelSanchezによって開発されたChromeの拡張機能で、その主な機能は「Picture in picture」です。
拡張機能のスクリーンショット
Picture in Picture拡張機能のCRXファイルをダウンロード
Picture in Picture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Picture in picture                     拡張機能の基本情報
| 名前 |   |  
| ID | gojanolgcdcaclpmclppnoppbfddnmoh | 
| 公式URL | https://chromewebstore.google.com/detail/picture-in-picture/gojanolgcdcaclpmclppnoppbfddnmoh | 
| 説明 | Picture in picture | 
| ファイルサイズ | 568 KB | 
| インストール数 | 16 | 
| 現在のバージョン | 1.2 | 
| 最終更新日 | 2019-04-04 | 
| 公開日 | 2019-04-04 | 
| 開発者 | MichaelSanchez | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | es | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "Icon-Small.png",
        "48": "[email protected]",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}  |  |