Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Chrome Tab Extension

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.

Screenshot

image

Features

  • 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.

Installation

1. Clone the Repository

git clone https://github.com/Bot-code-it/Matrix-New-Tab.git

2. Load the Extension in Chrome

  1. Open chrome://extensions/
  2. Enable Developer Mode
  3. Click Load unpacked
  4. Select the project folder

The extension will now appear in your Chrome extensions list.

Project Structure

/
├── 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

Usage

Open a new tab, customize it, and enjoy the animation.

Contribution Guidelines

  • Keep animations efficient
  • Use concise and optimized code
  • Submit descriptive pull requests
  • Follow a clean, readable coding style

License

This project is available under the MIT License. You are free to use, modify, and distribute it.

Contributors

Languages