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 |
Eメール | [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" } } |