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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |