Talkie
Turn your meet to a walkie-talkie.
Qu'est-ce que Talkie ?
Talkie est une extension Chrome développée par Shivnath, et sa fonction principale est "Turn your meet to a walkie-talkie.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Talkie
Téléchargez les fichiers d'extension Talkie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 🚫
Informations de Base sur l'Extension
Nom | Talkie |
ID | palhmaonhohbnoaojigmmaohafndeich |
URL Officiel | https://chromewebstore.google.com/detail/talkie/palhmaonhohbnoaojigmmaohafndeich |
Description | Turn your meet to a walkie-talkie. |
Taille du Fichier | 13.15 KB |
Nombre d'Installations | 26 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2024-03-01 |
Date de Publication | 2021-06-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Shivnath |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/shivnath17 |
URL de la Page d'Aide | https://github.com/shivnath17/Talkie/issues |
Langues Prises en Charge | 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" } } |