A custom user interface for Chrome, designed to provide an enhanced home page and replace the default Chrome new tab page.
Chrome Custom UI is a project created with HTML, CSS, and JavaScript to offer users a visually appealing and functional home page when opening a new tab in Chrome. It aims to provide a more personalized and informative experience compared to the default Chrome new tab page.
- Customized home page
- HTML, CSS, and JavaScript-based UI
- Replaces the default Chrome new tab page
index.html
: Main HTML file for the custom UIstyle.css
: CSS file for stylingscript.js
: JavaScript file for interactive features
-
Clone the repository:
git clone https://github.com/CodeYard01/Chrome-Custom-Ui.git
-
Open Chrome and go to
chrome://extensions/
. -
Enable "Developer mode" in the top right corner.
-
Click on "Load unpacked" and select the directory where you cloned the repository.
-
Open a new tab in Chrome to see the custom UI in action.
We welcome contributions from the community! If you want to contribute to the project, feel free to fork the repository, make your changes, and submit a pull request.
Please review our Code of Conduct before contributing to the project. We aim to foster an inclusive and welcoming community.
This project is licensed under the MIT License.
A standard .gitignore
file is included to exclude unnecessary files and directories from version control.