Floating Panel for YouTube™
An easy-to-use and lite App for YouTube.
Floating Panel for YouTube™ là gì?
Floating Panel for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi Jorvi, và tính năng chính của nó là "An easy-to-use and lite App for YouTube.".
Ả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 Floating Panel for YouTube™
Tải xuống các tệp mở rộng Floating Panel for YouTube™ 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
Floating Panel for YouTube™ is a lite addon that gives you access to YouTube with just one click. Note 1: Floating Panel for YouTube™ does NOT belong or relate to the official YouTube application/website at all. It is basically an unofficial Addon that is developed and maintained independently. Note 2: Floating Panel for YouTube™ just makes it easy to access YouTube official website from your browser's toolbar. With the futures included in this addon, using YouTube is much easier and a lot more fun especially if you like multi-tasking. Floating Panel for YouTube™ opens YouTube official page in a separate window (floating window), which will stay on top of other open windows. This way, using YouTube is very easy while surfing other websites. The floating window has a toolbar on the left side with 5 buttons. From top to button, there is back button which serves as the browser back button. The next button is reload which is used for reloading the current page. Then there is pop-out button to open current video in a new tab. Next one is the pin button to make the window stay on top of other open windows (default is active). The last button is the forward button which serves as the browser forward button.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Floating Panel for YouTube™ |
ID | mkdppldldnjpipbbiimaommplafeinki |
URL Chính Thức | https://chromewebstore.google.com/detail/floating-panel-for-youtub/mkdppldldnjpipbbiimaommplafeinki |
Mô tả | An easy-to-use and lite App for YouTube. |
Kích Thước Tệp | 50.75 KB |
Số Lần Cài Đặt | 6,245 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2017-05-27 |
Ngày Phát Hành | 2017-05-27 |
Đánh Giá | 2.80/5 Tổng số 49 Đánh Giá |
Nhà Phát Triển | Jorvi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://mybrowseraddon.com/floating-youtube-panel.html |
URL Trang Trợ Giúp | http://mybrowseraddon.com/floating-youtube-panel.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 2, "short_name": "appforyoutube", "name": "Floating Panel for YouTube\u2122", "web_accessible_resources": [ "data\/icons\/*" ], "background": { "page": "lib\/chrome\/background.html" }, "permissions": [ "storage", "https:\/\/*.youtube.com\/*" ], "description": "An easy-to-use and lite App for YouTube.", "homepage_url": "http:\/\/mybrowseraddon.com\/floating-youtube-panel.html", "browser_action": { "default_icon": "data\/icons\/32.png", "default_title": "Floating Panel for YouTube\u2122" }, "content_scripts": [ { "all_frames": false, "run_at": "document_start", "js": [ "data\/panel\/index.js" ], "css": [ "data\/panel\/index.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |