Picture-in-Picture Extension (by Google)

Watch video using Picture-in-Picture

Picture-in-Picture Extension (by Google)란 무엇입니까?

Picture-in-Picture Extension (by Google)은(는) https://google.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch video using Picture-in-Picture"입니다.

확장 프로그램 스크린샷

Picture-in-Picture Extension (by Google) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Picture-in-Picture (PiP) allows you to watch videos in a floating window (always on top of other windows) so you can keep an eye on what you’re watching while interacting with other sites, or applications.

Keyboard shortcut: Alt + P (⌥ + P on macOS)

Source code: https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

확장 프로그램 기본 정보

이름 Picture-in-Picture Extension (by Google) Picture-in-Picture Extension (by Google)
ID hkgfoiooedgoejojocmhlaklaeopbecg
공식 URL https://chromewebstore.google.com/detail/picture-in-picture-extens/hkgfoiooedgoejojocmhlaklaeopbecg
설명 Watch video using Picture-in-Picture
파일 크기 25.6 KB
설치 횟수 3,079,162
현재 버전 1.11
최근 업데이트 2022-09-15
출시 날짜 2020-03-31
평점 3.98/5 총 1884 개의 평점
개발자 https://google.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension
도움말 페이지 URL https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension
개인정보 보호 정책 페이지 URL https://www.google.com/intl/en/policies
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture Extension (by Google)",
    "description": "Watch video using Picture-in-Picture",
    "version": "1.11",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3
}