Toggle Fullscreen in Hangout

Enable to resize the Video of the Call to Fullscreen and Back

Toggle Fullscreen in Hangout란 무엇입니까?

Toggle Fullscreen in Hangout은(는) https://unterberger.media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable to resize the Video of the Call to Fullscreen and Back"입니다.

확장 프로그램 스크린샷

screenshot

Toggle Fullscreen in Hangout 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension enables Maximizing the Video/Screencast part of a Hangout and have it fullscreen if you toggle browser with presentation-mode or f11. 

Redesign from Google !

Google has made some big changes to Hangout, maybe it does not work properly, but it seems still good enough. 




Feature is similar to "Better On Air Hangouts" but this one is for Hangout and does not need Hangout-on-Air. (But also works with H-O-A if you check the box to enable H-O-A)

v1.3 Version Toogle with double-click: 

This Version works now with doubleclick on the big video-player and makes it fullscreen (maximized) , doubleclick again to make it back to normal size. 

there is no browser-action-button anymore, as it only watches google-hangout urls and adds only this doubleclick behavior. 

another fix is the size, the screenratio is now respected and black border added if its to high or to wide. 

no keyboard-shorcuts and no browser-buttons (next to addressbar) as its not needed, doubleclick is more intuitive and works always in normal and f11 -mode. 

v1.4 Migrate to Manifest v3                    

확장 프로그램 기본 정보

이름 Toggle Fullscreen in Hangout Toggle Fullscreen in Hangout
ID eekfhcmpmchbhkdeplplcljcggddkffb
공식 URL https://chromewebstore.google.com/detail/toggle-fullscreen-in-hang/eekfhcmpmchbhkdeplplcljcggddkffb
설명 Enable to resize the Video of the Call to Fullscreen and Back
파일 크기 49.69 KB
설치 횟수 13,418
현재 버전 1.4
최근 업데이트 2022-08-16
출시 날짜 2016-03-17
평점 4.07/5 총 86 개의 평점
개발자 https://unterberger.media
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://unterberger.media
도움말 페이지 URL https://unterberger.media/contact
개인정보 보호 정책 페이지 URL https://unterberger.media/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toggle Fullscreen in Hangout",
    "author": "Daniel Unterberger",
    "short_name": "fullscreen_hangout",
    "description": "Enable to resize the Video of the Call to Fullscreen and Back ",
    "version": "1.4",
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "css": [
                "hangout.css"
            ],
            "js": [
                "jquery.js",
                "hangout.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "hangout.css"
            ],
            "matches": [
                "https:\/\/plus.google.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    }
}