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”。
扩展截图
下载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 |
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" } } |