YouTube PopOut
Pop out a youtube video into panel window from a YouTube video page
YouTube PopOut là gì?
YouTube PopOut là một tiện ích mở rộng Chrome được phát triển bởi JIVE DESIGN, và tính năng chính của nó là "Pop out a youtube video into panel window from a YouTube video page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube PopOut
Tải xuống các tệp mở rộng YouTube PopOut dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube PopOut |
ID | ebkmdjfacnopogghbimpabhbfelkkhah |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-popout/ebkmdjfacnopogghbimpabhbfelkkhah |
Mô tả | Pop out a youtube video into panel window from a YouTube video page |
Kích Thước Tệp | 49.92 KB |
Số Lần Cài Đặt | 1,218 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2014-12-24 |
Ngày Phát Hành | 2014-12-24 |
Đánh Giá | 2.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | JIVE DESIGN |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |