A lightweight, fast, and visually engaging Chrome extension that transforms every new tab into a dynamic Matrix-style digital rain animation. Designed for smooth performance and full customization, this extension brings a clean cyber-aesthetic experience to your browser.
-
Digital Rain Animation Renders a fluid Matrix-like falling-code effect using efficient canvas rendering.
-
Performance-Oriented Optimized for low CPU usage to ensure smooth animation without impacting browsing speed.
-
Customizable Settings Customize your greetings name and new tab name.
-
Minimal UI Simple new-tab screen that stays distraction-free.
-
Open Source Fully transparent, customizable, and ready for contributions.
git clone https://github.com/Bot-code-it/Matrix-New-Tab.git
- Open
chrome://extensions/ - Enable Developer Mode
- Click Load unpacked
- Select the project folder
The extension will now appear in your Chrome extensions list.
/
├── cursor/ # Folder for custom cursor assets
├── icons/ # Extension icons
├── logos/ # Additional branding or logo assets
│
├── LICENSE # License file for the project
├── manifest.json # Chrome Extension Manifest
├── newtab.html # Main HTML for the Matrix new-tab page
├── script.js # JavaScript implementing the Matrix effect
├── style.css # Styling for the new-tab animation
- manifest.json — Extension configuration
- index.html — Main new-tab layout
- style.css — Visual styling
- script.js — Matrix rain logic
Open a new tab, customize it, and enjoy the animation.
- Keep animations efficient
- Use concise and optimized code
- Submit descriptive pull requests
- Follow a clean, readable coding style
This project is available under the MIT License. You are free to use, modify, and distribute it.