Meet raise hand
This is a Chrome extension that allows you to control the Raise button with real hand movements
Meet raise hand là gì?
Meet raise hand là một tiện ích mở rộng Chrome được phát triển bởi RyoKawamata, và tính năng chính của nó là "This is a Chrome extension that allows you to control the Raise button with real hand movements".
Ả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 Meet raise hand
Tải xuống các tệp mở rộng Meet raise hand 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
This is a Chrome extension that allows you to control the Raise button with real hand movements. ## Feature - ✋ When you raise your hand in real life, the meet's raise button will also be pressed. - 🔐 All processing is done within the browser. No image data will be sent to the any server.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hblejdjcncfdlcjdjcjipngpkadmppca |
URL Chính Thức | https://chrome.google.com/webstore/detail/meet-raise-hand/hblejdjcncfdlcjdjcjipngpkadmppca |
Mô tả | This is a Chrome extension that allows you to control the Raise button with real hand movements |
Kích Thước Tệp | 268 KB |
Số Lần Cài Đặt | 484 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-08-22 |
Ngày Phát Hành | 2021-08-22 |
Nhà Phát Triển | RyoKawamata |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kawamataryo/meet-raise-hand |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meet raise hand", "version": "0.0.1", "description": "This is a Chrome extension that allows you to control the Raise button with real hand movements", "browser_action": { "default_icon": ".\/assets\/icon-48.png", "default_popup": ".\/dist\/popup\/index.html" }, "content_scripts": [ { "matches": [ "http:\/\/meet.google.com\/*", "https:\/\/meet.google.com\/*" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ], "css": [ ".\/dist\/contentScripts\/index.global.css" ] } ], "icons": { "19": ".\/assets\/icon-19.png", "48": ".\/assets\/icon-48.png", "128": ".\/assets\/icon.png" }, "permissions": [ "tabs", "activeTab" ] } |