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.”。

擴展截圖

screenshot
screenshot

下載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 The Matrix Dynamic Background
ID oelgedmdpjmoolnnhbcihgkjlflmiopd
官方網址 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"
    }
}