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 hold to 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 🚫 扩展基本信息
| 名称 | |
| ID | palhmaonhohbnoaojigmmaohafndeich |
| 官方URL | 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"
}
} | |