Enhanced Chromium Browser is a customized version of the Chromium browser with additional features and enhancements. This project aims to provide users with a more powerful and versatile browsing experience.
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.
- Enhanced security features
- Customizable user interface
- Improved performance optimizations
- Additional developer tools
- Integration with modern web technologies
To install the Enhanced Chromium Browser, follow these steps: ``
- Clone the repository:
git clone https://github.com/SweetZedd/Chromium-Browser.git
- Navigate to the project directory:
cd Chromium-Browser
- Install the dependencies:
npm install
- Build the project:
npm run build
- Run the application:
npm start
Once the browser is installed, you can use it just like any other browser. Here are some tips to get started:
- Customize your settings through the preferences menu
- Explore the additional developer tools available in the toolbar
- Take advantage of the enhanced security features for safer browsing
We welcome contributions from the community! To contribute, please follow these steps:
- Fork the repository
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add new feature"
- Push to the branch:
git push origin feature-name
- Create a pull request and describe your changes
This project is licensed under the MIT License. See the LICENSE file for more details.
Maintained by SweetZedd