Google Meet Games
Play famous games while waiting for the meeting to start!
Google Meet Games là gì?
Google Meet Games là một tiện ích mở rộng Chrome được phát triển bởi H_reugo, và tính năng chính của nó là "Play famous games while waiting for the meeting to start!".
Ả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 Google Meet Games
Tải xuống các tệp mở rộng Google Meet Games 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
No matter who you are, a student or an employee, having a virtual meeting has become a norm. Imagine this scenario, in the comfort of your home you get bored by listening to a 2 hour meeting, you open youtube or start playing your favorite game on the other screen. When suddenly, you get called to answer a question, you get nervous as you know you didn’t pay attention. This might have happened to you, if so, this extension can help alleviate this boredom by allowing you to play mini games right in your meeting, while paying attention to the discussion.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Meet Games |
ID | mdaipajcamndhjlpgooficdgbkinkpnn |
URL Chính Thức | https://chromewebstore.google.com/detail/google-meet-games/mdaipajcamndhjlpgooficdgbkinkpnn |
Mô tả | Play famous games while waiting for the meeting to start! |
Kích Thước Tệp | 407 KB |
Số Lần Cài Đặt | 394 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-07-27 |
Ngày Phát Hành | 2022-07-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | H_reugo |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://privacy-policy.hereugo.repl.co/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Games", "version": "1.0.0", "description": "Play famous games while waiting for the meeting to start!", "icons": { "16": "img\/icons\/icon-16.png", "48": "img\/icons\/icon-48.png", "128": "img\/icons\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "img\/*.svg", "img\/*.png" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/**-**-**" ], "js": [ "js\/libraries\/jquery-3.6.0.min.js", "js\/libraries\/p5.min.js", "js\/src\/util.js", "js\/src\/translations.js", "js\/src\/templates.js", "js\/src\/cartridgeClass.js", "js\/src\/stationClass.js", "js\/games\/game_engine\/StateMachine.js", "js\/games\/game_engine\/AnimationHandler.js", "js\/games\/game_engine\/ParticleSystem.js", "js\/games\/game_engine\/GameLayers.js", "js\/games\/game_engine\/P5Handler.js", "js\/games\/game_engine\/Game.js", "js\/games\/minesweeper\/components.js", "js\/games\/minesweeper\/constants.js", "js\/games\/minesweeper\/cell.js", "js\/games\/minesweeper\/map.js", "js\/games\/minesweeper\/main.js", "js\/src\/contentScript.js" ], "css": [ "css\/pro.min.css", "css\/main.css" ] } ], "permissions": [ "storage" ], "manifest_version": 3 } |