easyCDN is a time-saving tool designed to simplify the process of accessing popular CDN (Content Delivery Network) links directly from your web browser. Say goodbye to the hassle of searching for CDN links on the web; easyCDN keeps all the popular CDN links conveniently at the top of your browser.
- CDN Links from Various Providers
- Access a curated list of popular CDN links without the need for manual searching.
- Easy one click access
- Streamline your workflow by eliminating the need to repeatedly search for CDN links online.
- Multiple Browser Support
- easyCDN seamlessly integrates into your web browser, providing quick and easy access to CDN resources.
Steps To Generate PR(Pull Request)
- (Star ⭐ & Fork 🍽️) this repository.
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.
git clone https://github.com/{your-github-username}/cdnExtension.git
Then create a branch on your local repository to solve a problem.
git switch -c your_new_branch_name
Add your changes(folder) to that branch.
Make necessary changes and commit those changes.
git add .
git commit -m "your-commit-message"
Finally push your local repository to remote repository Compare & Submit a Pull Request
git push
Then go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.
Now submit the pull request.
Happy Contributing :)