Showroom Full Screen
Maximize Showroom video frame
Showroom Full Screen란 무엇입니까?
Showroom Full Screen은(는) mxe02332에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Maximize Showroom video frame"입니다.
확장 프로그램 스크린샷
Showroom Full Screen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension for maximizing the video frame of SHOWROOM live. SHOWROOMの動画部分を全画面表示する拡張機能です。 ライブ画面を開き[Ctrl]+[Shift]+[V]を押すと右上にClickボタンが表示されるので それをクリックするとビデオ部分がブラウザ内全画面表示になります。 Push [Ctrl]+[Shift]+[V] when you are watching SHOWROOM live and click "Click" button that will appear on the right upper side to maximize video frame within the browser. 更新履歴 (updates): 2022/08/07 パッケージ概要に使用方法を追加 (Short instruction added to the package description)
확장 프로그램 기본 정보
이름 | |
ID | abhphkdbmmjhlooblbnfpakchjemjkak |
공식 URL | https://chromewebstore.google.com/detail/showroom-full-screen/abhphkdbmmjhlooblbnfpakchjemjkak |
설명 | Maximize Showroom video frame |
파일 크기 | 14.5 KB |
설치 횟수 | 1,648 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-08-09 |
출시 날짜 | 2022-06-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | mxe02332 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0", "name": "Showroom Full Screen", "description": "Maximize Showroom video frame", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/www.showroom-live.com\/" ], "action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+V", "mac": "Command+Shift+V" }, "description": "Enable Full Screen." } } } |