Google Meet Push to Talk
Enable push to talk functionality in Google Meet
什麼是Google Meet Push to Talk?
Google Meet Push to Talk是由JCW Services開發的Chrome擴展程式,該擴展的主要功能是“Enable push to talk functionality in Google Meet”。
擴展截圖
下載Google Meet Push to Talk擴展crx文件
下載Google Meet Push to Talk擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is for Google Meet This will enable simple push to talk functionality to make it easier to only have your microphone on when talk to prevent feedback especially in large meetings When the spacebar is pressed down it will unmute the microphone and when released it will mute the microphone Code - https://github.com/jcw-os/google-meet-ptt
擴展基本資訊
名稱 | Google Meet Push to Talk |
ID | lmbeadglfeffhemaffjdgfbgmiggafkg |
官方網址 | https://chromewebstore.google.com/detail/google-meet-push-to-talk/lmbeadglfeffhemaffjdgfbgmiggafkg |
簡介 | Enable push to talk functionality in Google Meet |
檔案大小 | 95.2 KB |
安裝次數 | 24,051 |
目前版本 | 1.0.6 |
更新時間 | 2021-05-28 |
上架時間 | 2020-05-28 |
評分 | 3.36/5 共 28 次評分 |
開發者 | JCW Services |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Meet Push to Talk", "description": "Enable push to talk functionality in Google Meet", "version": "1.0.6", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png", "1024": "icons\/icon-1024.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/content_script.js" ], "css": [ "css\/ptt.css" ] } ] } |