Talkie
Turn your meet to a walkie-talkie.
Talkie là gì?
Talkie là một tiện ích mở rộng Chrome được phát triển bởi Shivnath, và tính năng chính của nó là "Turn your meet to a walkie-talkie.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Talkie
Tải xuống các tệp mở rộng Talkie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 🚫
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Talkie |
ID | palhmaonhohbnoaojigmmaohafndeich |
URL Chính Thức | https://chromewebstore.google.com/detail/talkie/palhmaonhohbnoaojigmmaohafndeich |
Mô tả | Turn your meet to a walkie-talkie. |
Kích Thước Tệp | 13.15 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2024-03-01 |
Ngày Phát Hành | 2021-06-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Shivnath |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/shivnath17 |
URL Trang Trợ Giúp | https://github.com/shivnath17/Talkie/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |