/easyCDN

easyCDN is a browser extension that helps you increase our developer productivity by giving all the popular CDN links right on top of your browser so you don't need to do a search everytime.

Primary LanguageJavaScript

EasyCDN

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.

Table of contents

Features-

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

Contributing

Steps To Generate PR(Pull Request)

  • (Star ⭐ & Fork 🍽️) this repository.

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.

Clone the repository

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

Create a branch

Then create a branch on your local repository to solve a problem.

git switch -c your_new_branch_name

Add & commit

Add your changes(folder) to that branch.
Make necessary changes and commit those changes.

git add .
git commit -m "your-commit-message"

Push changes to GitHub

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 :)

Contributors