Tetris Game on Google Chrome
Play the classic Tetris game directly from your Google Chrome.
Tetris Game on Google Chrome là gì?
Tetris Game on Google Chrome là một tiện ích mở rộng Chrome được phát triển bởi GPTBLOX, và tính năng chính của nó là "Play the classic Tetris game directly from your Google Chrome.".
Ả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 Tetris Game on Google Chrome
Tải xuống các tệp mở rộng Tetris Game on Google Chrome 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
Experience the nostalgia of the classic Tetris game right on your Google Chrome browser. 'Tetris Game on Google Chrome' offers a seamless gaming experience with its intuitive controls, crisp visuals, and compatibility with both dark and light browser themes. Play, pause, restart, and keep track of your score as you aim for Tetris perfection!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tetris Game on Google Chrome |
ID | hkklgkmcmldmlpcbboeeebokbdiaokgo |
URL Chính Thức | https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo |
Mô tả | Play the classic Tetris game directly from your Google Chrome. |
Kích Thước Tệp | 10.73 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-09-14 |
Ngày Phát Hành | 2023-09-14 |
Nhà Phát Triển | GPTBLOX |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tetris Game on Google Chrome", "version": "1.0", "description": "Play the classic Tetris game directly from your Google Chrome.", "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |