Showroom Full Screen
Maximize Showroom video frame
Showroom Full Screenとは何ですか?
Showroom Full Screenはmxe02332によって開発されたChromeの拡張機能で、その主な機能は「Maximize Showroom video frame」です。
拡張機能のスクリーンショット
Showroom Full Screen拡張機能のCRXファイルをダウンロード
Showroom Full Screen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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)
拡張機能の基本情報
名前 | Showroom Full Screen |
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 |
Eメール | [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." } } } |