Picture-in-Picture any site

Picture-in-Picture any site even non video

Picture-in-Picture any site란 무엇입니까?

Picture-in-Picture any site은(는) mtsmfm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Picture-in-Picture any site even non video"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Picture-in-Picture any site 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows you to open any site as Picture-in-Picture mode via chrome.tabCapture API                    

확장 프로그램 기본 정보

이름 Picture-in-Picture any site Picture-in-Picture any site
ID fgopnhbjlphjjcfbapfcbakjekpffkff
공식 URL https://chromewebstore.google.com/detail/picture-in-picture-any-si/fgopnhbjlphjjcfbapfcbakjekpffkff
설명 Picture-in-Picture any site even non video
파일 크기 10.63 KB
설치 횟수 5,011
현재 버전 0.5.0
최근 업데이트 2023-08-13
출시 날짜 2020-05-22
평점 4.93/5 총 28 개의 평점
개발자 mtsmfm
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mtsmfm/pip-any-site
도움말 페이지 URL https://github.com/mtsmfm/pip-any-site/issues/new
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture any site",
    "description": "Picture-in-Picture any site even non video",
    "version": "0.5.0",
    "icons": {
        "16": "icon16.93b7b11a.png",
        "128": "icon128.fe2574d5.png"
    },
    "permissions": [
        "tabCapture"
    ],
    "background": {
        "scripts": [
            "background.dbbb8dc0.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.93b7b11a.png",
            "24": "icon24.c0440d26.png",
            "32": "icon32.97157050.png"
        }
    },
    "manifest_version": 2
}