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ファイルをダウンロード

Toggle Fullscreen in Hangout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}