The Matrix Dynamic Background
Chrome's first dynamic 'The Matrix' digital rain background.
什么是The Matrix Dynamic Background?
The Matrix Dynamic Background是由Suchet Kumar开发的Chrome扩展程序,该扩展的主要功能是“Chrome's first dynamic 'The Matrix' digital rain background.”。
扩展截图
下载The Matrix Dynamic Background扩展crx文件
下载The Matrix Dynamic Background扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | The Matrix Dynamic Background |
ID | oelgedmdpjmoolnnhbcihgkjlflmiopd |
官方URL | https://chromewebstore.google.com/detail/the-matrix-dynamic-backgr/oelgedmdpjmoolnnhbcihgkjlflmiopd |
简介 | Chrome's first dynamic 'The Matrix' digital rain background. |
文件大小 | 504 KB |
安装次数 | 657 |
当前版本 | 2.1 |
更新时间 | 2023-05-25 |
上架时间 | 2023-04-11 |
评分 | 4.14/5 共7次评分 |
开发者 | Suchet Kumar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |