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."입니다.

확장 프로그램 스크린샷

screenshot

Popout for YouTube™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Popout for YouTube™ Popout for YouTube™
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"
            ]
        }
    ]
}