Picture-in-Picture Extension by c4r

Picture-in-Picture with shortcuts control.

Picture-in-Picture Extension by c4r란 무엇입니까?

Picture-in-Picture Extension by c4r은(는) c4r에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Picture-in-Picture with shortcuts control."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The extension allows video to hover on the desktop as a small window, and can be automatically loaded after the video changes.
The play progress can be easily adjusted with the global shortcut key.
Please refer to github page for detail on setting global shortcut https://github.com/c4rO-0/chromeExtPIP .                    

확장 프로그램 기본 정보

이름 Picture-in-Picture Extension by c4r Picture-in-Picture Extension by c4r
ID banggcaohiaanmdkalekjcffjonamlkj
공식 URL https://chromewebstore.google.com/detail/picture-in-picture-extens/banggcaohiaanmdkalekjcffjonamlkj
설명 Picture-in-Picture with shortcuts control.
파일 크기 13.94 KB
설치 횟수 10,389
현재 버전 0.4
최근 업데이트 2021-02-01
출시 날짜 2020-03-27
평점 4.69/5 총 32 개의 평점
개발자 c4r
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/c4rO-0/chromeExtPIP
도움말 페이지 URL https://github.com/c4rO-0/chromeExtPIP/issues
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "zh_CN",
    "version": "0.4",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "backward": {
            "description": "__MSG_backward__",
            "suggested_key": {
                "windows": "Ctrl+Left",
                "mac": "Command+Left",
                "chromeos": "Ctrl+Left",
                "linux": "Ctrl+Left"
            }
        },
        "forward": {
            "description": "__MSG_forward__",
            "suggested_key": {
                "windows": "Ctrl+Right",
                "mac": "Command+Right",
                "chromeos": "Ctrl+Right",
                "linux": "Ctrl+Right"
            }
        },
        "volumeUp": {
            "description": "__MSG_volumeUp__"
        },
        "volumeDown": {
            "description": "__MSG_volumeDown__"
        },
        "exit": {
            "description": "__MSG_exit__"
        },
        "reopen": {
            "description": "__MSG_reopen__"
        },
        "play": {
            "description": "__MSG_playPause__",
            "suggested_key": {
                "windows": "Ctrl+Space",
                "mac": "Command+Space",
                "chromeos": "Ctrl+Space",
                "linux": "Ctrl+Space"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "",
        "storage"
    ],
    "minimum_chrome_version": "69.0.3483.0",
    "manifest_version": 2
}