Talkie

Turn your meet to a walkie-talkie.

Talkie란 무엇입니까?

Talkie은(는) Shivnath에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn your meet to a walkie-talkie."입니다.

확장 프로그램 스크린샷

screenshot

Talkie 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}