Showroom Full Screen
Maximize Showroom video frame
Showroom Full Screenคืออะไร?
Showroom Full Screen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mxe02332 และคุณลักษณะหลักของมันคือ "Maximize Showroom video frame"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Showroom Full Screen
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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." } } } |