The Matrix Dynamic Background
Chrome's first dynamic 'The Matrix' digital rain background.
Τι είναι το The Matrix Dynamic Background;
Το The Matrix Dynamic Background είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Suchet Kumar, και η κύρια λειτουργία του είναι "Chrome's first dynamic 'The Matrix' digital rain background.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The Matrix Dynamic Background
Λήψη αρχείων επέκτασης 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" } } |