The Matrix Dynamic Background
Chrome's first dynamic 'The Matrix' digital rain background.
The Matrix Dynamic Background là gì?
The Matrix Dynamic Background là một tiện ích mở rộng Chrome được phát triển bởi Suchet Kumar, và tính năng chính của nó là "Chrome's first dynamic 'The Matrix' digital rain background.".
Ả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 The Matrix Dynamic Background
Tải xuống các tệp mở rộng The Matrix Dynamic Background 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 extension simulates the digital rain from the matrix: https://en.wikipedia.org/wiki/Matrix_digital_rain FEATURES: - Manually customizable settings for color, font size, frame rate, opacity - Random Color Generator - Quick and easy enable/disable For best results, enable Dark Mode. Directions to do that are available here: https://support.google.com/chrome/answer/9275525?hl=en&co=GENIE.Platform%3DDesktop Please leave a review with any feedback or just to support.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | The Matrix Dynamic Background |
ID | oelgedmdpjmoolnnhbcihgkjlflmiopd |
URL Chính Thức | https://chromewebstore.google.com/detail/the-matrix-dynamic-backgr/oelgedmdpjmoolnnhbcihgkjlflmiopd |
Mô tả | Chrome's first dynamic 'The Matrix' digital rain background. |
Kích Thước Tệp | 504 KB |
Số Lần Cài Đặt | 657 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2023-05-25 |
Ngày Phát Hành | 2023-04-11 |
Đánh Giá | 4.14/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Suchet Kumar |
[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": "The Matrix Dynamic Background", "version": "2.1", "description": "Chrome's first dynamic 'The Matrix' digital rain background. ", "icons": { "128": "icons\/icon_128.png" }, "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/www.google.com\/", "https:\/\/www.google.com\/search*" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |