Talkie
Turn your meet to a walkie-talkie.
什麼是Talkie?
Talkie是由Shivnath開發的Chrome擴展程式,該擴展的主要功能是“Turn your meet to a walkie-talkie.”。
擴展截圖
下載Talkie擴展crx文件
下載Talkie擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Open any Meet URL and let 'Talkie' do the boring stuffs for you. Once you're in the meeting press and holdto talk 📚 DESCRIPTION Simple add-on that allows you to mute/unmute yourself with a key press instead of fumbling around trying to click the icon. 📥 DOCUMENTATION 🎉Click the "Add to Chrome" button over that way ⤴️(reload your Meet tab if you have one open) ➕ Auto Join with muted mic and camera off. 🔕 Hold to talk, release to go back to mute 🎙 In case of screen share please unmute manually. ⚠️This extensions only works on Google Meet, it will not work on Google Hangouts ⚠️ 🤔 REASON This extension was made to help all the homies who are fumbling around to off their mic/camera every single day 😥. 🕵️♀️ PRIVACY POLICY We don't store any data 🚫
擴展基本資訊
名稱 | Talkie |
ID | palhmaonhohbnoaojigmmaohafndeich |
官方網址 | https://chromewebstore.google.com/detail/talkie/palhmaonhohbnoaojigmmaohafndeich |
簡介 | Turn your meet to a walkie-talkie. |
檔案大小 | 13.15 KB |
安裝次數 | 26 |
目前版本 | 0.1.2 |
更新時間 | 2024-03-01 |
上架時間 | 2021-06-16 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Shivnath |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/shivnath17 |
說明頁面URL | https://github.com/shivnath17/Talkie/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Talkie", "version": "0.1.2", "description": "Turn your meet to a walkie-talkie.", "web_accessible_resources": [ { "resources": [ "src\/js\/script.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "src\/js\/script.js" ] } ], "icons": { "16": "src\/img\/talkie_16.png", "32": "src\/img\/talkie_32.png", "128": "src\/img\/talkie_128.png" } } |