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