Talkie
Turn your meet to a walkie-talkie.
Was ist Talkie?
Talkie ist eine Chrome-Erweiterung, die von Shivnath entwickelt wurde, und ihr Hauptmerkmal ist "Turn your meet to a walkie-talkie.".
Erweiterungsscreenshots
Talkie-Erweiterungs-CRX-Datei herunterladen
Laden Sie Talkie-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 🚫
Grundlegende Informationen zur Erweiterung
Name | Talkie |
ID | palhmaonhohbnoaojigmmaohafndeich |
Offizielle URL | https://chromewebstore.google.com/detail/talkie/palhmaonhohbnoaojigmmaohafndeich |
Beschreibung | Turn your meet to a walkie-talkie. |
Dateigröße | 13.15 KB |
Installationsanzahl | 26 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2024-03-01 |
Veröffentlichungsdatum | 2021-06-16 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Shivnath |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/shivnath17 |
Hilfeseite URL | https://github.com/shivnath17/Talkie/issues |
Unterstützte Sprachen | 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" } } |