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 | 
| 电子邮箱 | [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"
    ]
}  |  |