mahimk9 / Chrome-Extension

Different types of Chrome extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome-Extension

Chrome Extensions are something which we use very frequently in our day-to-day life for example Grammarly, In this project similarly, I will be adding some extensions and along with it giving some ideas of extensions that can be implemented. Using extension makes life easier but what if we build an extension it makes it more exciting. So you may be on any level of learning you can always contribute to this project and build your very own extensions!

Contribution is fun! ✨

πŸ“Œ Tech Stack

HTML CSS JS

πŸ“Œ Contributing

We would ❀️ for you to contribute to Chrome-Extension and help make it better by adding your ideas or by making current one better! We want contributing to be fun, enjoyable, and educational for everyone. All contributions are welcome, including issues as well as updates.

How to Start?

If you have a idea of any Chrome-Extension you want to build just open a issue regarding this , we will discuss and assign you that issue.In case you are confused and have queries just ping me , will help you get along and build!

πŸ“Œ How to view extension? πŸ€”

Read this documentation it has all steps.

Submit a Pull Request πŸš€

Branch naming convention is as following

TYPE-ISSUE_ID-DESCRIPTION

When TYPE can be:

  • feat - is a new chrome-extension
  • doc - documentation only changes
  • fix - a bug fix/improving current extension or UI enhancement

All PRs must include a commit message with the changes description!

For the initial start, fork the project and use git clone command to download the repository to your computer

. A standard procedure for working on an issue would be to:

  1. git pull, before creating a new branch, pull the changes from upstream. Your master needs to be up to date.
$ git pull
  1. Create new branch from master
$ git checkout -b [name_of_your_new_branch]
  1. Work - commit - repeat ( be sure to be in your branch )

  2. Push changes to GitHub

$ git push origin [name_of_your_new_branch]
  1. Submit your changes for review If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.
  2. Start a Pull Request Now submit the pull request and click on Create pull request.
  3. Get a code review approval/reject
  4. After approval, merge your PR
  5. GitHub will automatically delete the branch after the merge is done. (they can still be restored).
  6. Yey! you made it! 🎊

πŸ“Œ Introducing/Submitting New Ideas

We would like you to contribute to Chrome-Extension. For us to find the right balance, please open an issue explaining your ideas before introducing a new pull request.

Our Contributors πŸ’œ


Thanks for contribuitng ❀️

About

Different types of Chrome extension

License:MIT License


Languages

Language:JavaScript 43.0%Language:CSS 34.3%Language:HTML 22.7%