Popout for YouTube™
Allows you to open videos in popups.
Co to jest Popout for YouTube™?
Popout for YouTube™ to rozszerzenie Chrome opracowane przez leo, a jego główną funkcją jest „Allows you to open videos in popups.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Popout for YouTube™
Pobierz pliki rozszerzeń Popout for YouTube™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bbcjkbaifcffjicnmchpogbdpcinckcj |
Oficjalny URL | https://chrome.google.com/webstore/detail/popout-for-youtube/bbcjkbaifcffjicnmchpogbdpcinckcj |
Opis | Allows you to open videos in popups. |
Rozmiar pliku | 24.81 KB |
Liczba instalacji | 93 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2014-09-24 |
Data Publikacji | 2014-09-24 |
Ocena | 2.60/5 Łącznie 5 Oceny |
Deweloper | leo |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |