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.
拡張機能の基本情報
名前 | YouTube PopOut |
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 } } |