Talkie

Turn your meet to a walkie-talkie.

Talkieคืออะไร?

Talkie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shivnath และคุณลักษณะหลักของมันคือ "Turn your meet to a walkie-talkie."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Talkie

ดาวน์โหลดไฟล์ส่วนขยาย 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 🚫                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Talkie Talkie
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"
    }
}