YouTube PopOut
Pop out a youtube video into panel window from a YouTube video page
YouTube PopOutคืออะไร?
YouTube PopOut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JIVE DESIGN และคุณลักษณะหลักของมันคือ "Pop out a youtube video into panel window from a YouTube video page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube PopOut
ดาวน์โหลดไฟล์ส่วนขยาย YouTube PopOut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Watch a YouTube video while multi-tasking without having to make a new window, resizing it, and repositioning your other windows.
YouTube PopOut uses Chrome's Panels to pop-out YouTube video pages and positions them above all your other windows, conveniently at the bottom of your screen.
** IMPORTANT **: This elegant solution requires the enabling of Chrome's Panels. To do so, simple visit "chrome://flags", enable panels, and restart Chrome. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ebkmdjfacnopogghbimpabhbfelkkhah |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-popout/ebkmdjfacnopogghbimpabhbfelkkhah |
| คำอธิบาย | Pop out a youtube video into panel window from a YouTube video page |
| ขนาดไฟล์ | 49.92 KB |
| จำนวนการติดตั้ง | 1,218 |
| เวอร์ชันปัจจุบัน | 0.0.0.4 |
| อัปเดตครั้งล่าสุด | 2014-12-24 |
| วันที่เผยแพร่ | 2014-12-24 |
| คะแนน | 2.00/5 รวมทั้งหมด 9 คะแนน |
| ผู้พัฒนา | JIVE DESIGN |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube PopOut",
"manifest_version": 2,
"description": "Pop out a youtube video into panel window from a YouTube video page",
"version": "0.0.0.4",
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/youtube.com\/*"
],
"background": {
"scripts": [
"bg.js"
],
"persistent": false
}
} | |