Video picture in picture

Video picture in picture

Video picture in picture란 무엇입니까?

Video picture in picture은(는) Oscar de Dios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Video picture in picture"입니다.

확장 프로그램 스크린샷

screenshot

Video picture in picture 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome extension to open the video of the active page to picture in picture mode.
It will open a litle window "always on top", it will be possible to use the computer in other windows while you watch the video with 
the video always visible.

The code is in: https://github.com/OscarDeDios/pictureInPictureExtension

The extension uses the new picture in picture API: https://wicg.github.io/picture-in-picture/                    

확장 프로그램 기본 정보

이름 Video picture in picture Video picture in picture
ID bfncjmnhlgddppdmogacohjjieiahelp
공식 URL https://chromewebstore.google.com/detail/video-picture-in-picture/bfncjmnhlgddppdmogacohjjieiahelp
설명 Video picture in picture
파일 크기 5.87 KB
설치 횟수 578
현재 버전 1.1
최근 업데이트 2019-03-21
출시 날짜 2019-03-16
평점 5.00/5 총 1 개의 평점
개발자 Oscar de Dios
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.noteboardapp.com/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video picture in picture",
    "manifest_version": 2,
    "version": "1.1",
    "short_name": "Video picture in picture",
    "icons": {
        "48": "img\/pipVideo.png",
        "128": "img\/pipVideo128.png"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "img\/pipVideo.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Video picture in picture",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}