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 |
| 官方網址 | 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"
]
} | |