Picture in Picture Helper
The perfect tool for opening videos in Picture in Picture
Picture in Picture Helper란 무엇입니까?
Picture in Picture Helper은(는) Pol Muñoz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The perfect tool for opening videos in Picture in Picture"입니다.
확장 프로그램 스크린샷
Picture in Picture Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Useful shortcuts for entering and leaving Picture in Picture in any page that contains a video: Simply click the PiPHelper icon or press Ctrl + Shift + P (Cmd + Shift + P on macOS). At the moment this extension relies on Chrome features that may not be enabled by default. You can enable them at the following addresses: chrome://flags/#enable-experimental-web-platform-features chrome://flags/#enable-picture-in-picture On some platforms (Chrome OS specifically) you may need to enable the following feature: chrome://flags/#enable-surfaces-for-videos
확장 프로그램 기본 정보
이름 | Picture in Picture Helper |
ID | dbgdaidfdfaknmbmdkfcahakceagbjej |
공식 URL | https://chromewebstore.google.com/detail/picture-in-picture-helper/dbgdaidfdfaknmbmdkfcahakceagbjej |
설명 | The perfect tool for opening videos in Picture in Picture |
파일 크기 | 7.51 KB |
설치 횟수 | 378 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2018-11-10 |
출시 날짜 | 2018-11-10 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Pol Muñoz |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture in Picture Helper", "short_name": "PiPHelper", "version": "1.0.0", "description": "The perfect tool for opening videos in Picture in Picture", "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "PiP", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "Command+Shift+P" } } }, "manifest_version": 2 } |