Popout for YouTube™
Allows you to open videos in popups.
Popout for YouTube™とは何ですか?
Popout for YouTube™はleoによって開発されたChromeの拡張機能で、その主な機能は「Allows you to open videos in popups.」です。
拡張機能のスクリーンショット
Popout for YouTube™拡張機能のCRXファイルをダウンロード
Popout for YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stell dir vor, du siehst gerade ein Video auf YouTube™ an. Nun möchtest du nebenbei noch etwas spielen, ein Dokument bearbeiten oder ähnliches - dir steht aber kein zweiter Bildschirm zur Verfügung. Dieses Plugin ermöglicht es dir, das angesehene Video in einem Popup zu öffnen, dessen Größe zu beliebig anpassen kannst. Es wird ein simpler Button zum YouTube™-Player hinzugefügt, welcher bei Klick ein Popup mit dem jeweiligen Video öffnet - der aktuelle Zeitpunkt im Video wird selbstverständlich übernommen. Mit dem Popup sparst du dir anschließend im Gegensatz zur statischen Video-Seite einiges an Platz und kannst nach Wahl sogar alle anderen Browserfenster schließen, sodass nur noch das jeweilige Video sichtbar ist.
拡張機能の基本情報
名前 | |
ID | bbcjkbaifcffjicnmchpogbdpcinckcj |
公式URL | https://chrome.google.com/webstore/detail/popout-for-youtube/bbcjkbaifcffjicnmchpogbdpcinckcj |
説明 | Allows you to open videos in popups. |
ファイルサイズ | 24.81 KB |
インストール数 | 93 |
現在のバージョン | 0.0.2 |
最終更新日 | 2014-09-24 |
公開日 | 2014-09-24 |
評価 | 2.60/5 合計 5 レビュー |
開発者 | leo |
支払い方法 | free |
対応言語 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Popout for YouTube\u2122", "description": "Allows you to open videos in popups.", "short_name": "popout", "version": "0.0.2", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "permissions": [ "tabs", "*:\/\/www.youtube.com\/*" ], "web_accessible_resources": [ "img\/*.png" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "css\/popout.css" ], "js": [ "js\/popout.js" ] } ] } |