Picture in Picture
Floating Video for Chrome. Watch video in PiP Mode.
Picture in Picture란 무엇입니까?
Picture in Picture은(는) sovelkinnikita에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Floating Video for Chrome. Watch video in PiP Mode."입니다.
확장 프로그램 스크린샷
Picture in Picture 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A very cool extension Picture in Picture is ready to amaze you. You can watch web videos in a floating window. Or if you are viewing some other pages on the Internet, then you can still view the video at the same time in the floating window. It's very convenient. The Picture in Picture extension is quite multifunctional: it works on all desktop platforms; always on top, resizable floating window. Picture in Picture is easy to use and lightweight. Our new product is the most convenient and comfortable for you. Rather, install Picture in Picture and see for yourself.
확장 프로그램 기본 정보
이름 | Picture in Picture |
ID | opimkfaiaekjknodenklcjdeaeedjdkc |
공식 URL | https://chromewebstore.google.com/detail/picture-in-picture/opimkfaiaekjknodenklcjdeaeedjdkc |
설명 | Floating Video for Chrome. Watch video in PiP Mode. |
파일 크기 | 17.1 KB |
설치 횟수 | 844 |
현재 버전 | 2.1.7 |
최근 업데이트 | 2021-12-22 |
출시 날짜 | 2021-02-08 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | sovelkinnikita |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "js\/background.html" }, "browser_action": { "default_icon": { "128": "media\/icon-128.png" } }, "content_scripts": [ { "all_frames": true, "js": [ "media\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "media\/icon-128.png" }, "name": "__MSG_appName__", "manifest_version": 2, "permissions": [ "storage", " |