YouTube PopOut
Pop out a youtube video into panel window from a YouTube video page
什麼是YouTube PopOut?
YouTube PopOut是由JIVE DESIGN開發的Chrome擴展程式,該擴展的主要功能是“Pop out a youtube video into panel window from a YouTube video page”。
擴展截圖
下載YouTube PopOut擴展crx文件
下載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 |
| 官方網址 | 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
}
} | |