PiPControl - Picture-in-Picture Control
Overlay video where ever you're working. Pipcontrol.com
PiPControl - Picture-in-Picture Controlคืออะไร?
PiPControl - Picture-in-Picture Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pipcontrol.com และคุณลักษณะหลักของมันคือ "Overlay video where ever you're working. Pipcontrol.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PiPControl - Picture-in-Picture Control
ดาวน์โหลดไฟล์ส่วนขยาย PiPControl - Picture-in-Picture Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
PipControl allows you to watch videos in a floating window that is always ontop so you can keep an eye on what you want while interacting with websites or applications. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cplpgnoppkbccmlenoljnonjnepkcied |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pipcontrol-picture-in-pic/cplpgnoppkbccmlenoljnonjnepkcied |
| คำอธิบาย | Overlay video where ever you're working. Pipcontrol.com |
| ขนาดไฟล์ | 11 KB |
| จำนวนการติดตั้ง | 3,348 |
| เวอร์ชันปัจจุบัน | 3.0 |
| อัปเดตครั้งล่าสุด | 2019-02-14 |
| วันที่เผยแพร่ | 2019-02-09 |
| คะแนน | 4.80/5 รวมทั้งหมด 10 คะแนน |
| ผู้พัฒนา | https://pipcontrol.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://pipcontrol.com |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PiPControl - Picture-in-Picture Control",
"description": "Overlay video where ever you're working. Pipcontrol.com",
"version": "3.0",
"icons": {
"128": "assets\/icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "assets\/icon19.png",
"38": "assets\/icon38.png"
}
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Alt+P",
"mac": "Alt+P",
"chromeos": "Alt+P",
"linux": "Alt+P"
}
}
},
"permissions": [
" | |