Chrome Extensions are something which we use very frequently in our day-to-day life for example Grammarly

Overview

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!

โ— If you are a participant of JWOC then please note contributions will start from Feb 1st.Before that no issue will be assigned.

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!

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.

Thanks for contribuitng โค๏ธ

Comments
  • feat : Make a holiday extension

    feat : Make a holiday extension

    Make an extension that will have all dates and days of holidays, Add a search option for holidays along with the option for national, regional, bank holidays. Make use of creativity and add new features on your own to add their usability! Happy contributing ๐ŸŽŠ

    GSSoC22 Level2 
    opened by harshita214 44
  • Random News Extension

    Random News Extension

    Hey, I am TRIDIB BAG GSSOC'22 contributor, wanted to add a chrome extension that will help to pick random news all over the world which will definitely nourish our knowledge and also provide relief from our boredom .

    @harshita214 can you please assign me to this issue, so that I can start contributing to this?

    GSSoC22 Level2 
    opened by Mrjoy832 20
  • added news extension

    added news extension

    Hey! @harshita214 , I am TRIDIB BAG, GSSOC'22 contributor, Created issue #131 Now I have raised PR regarding the same, which will help to picks up top viral news of all over the world. Please check my PR.

    My Extension looks like :

    image

    GSSoC22 Level2 
    opened by Mrjoy832 16
  • Pomodoro Extension

    Pomodoro Extension

    @harshita214 Hi, I want to make an extension for the Pomodoro productivity technique (level-3 since I am a beginner still) features

    Add/remove tasks to work on
    Start timer and focus on the task for 25 minutes
    alarm rings when pomodoro is up
    show Take a break alert and enable starting other tasks
    
    GSSoC22 Level2 
    opened by simplyNour 14
  • feat: password generator

    feat: password generator

    This extension will generate a strong random password of variable length (given by the user)

    Hi @harshita214, I would like to contribute to this issue under JWOC'22. Thanks.

    JWOC medium 
    opened by r3yc0n1c 12
  • feat : Random Jokes Extension

    feat : Random Jokes Extension

    Create an extension for generating random jokes and making users laugh.

    • [ ] Generates random joke every time
    • [ ] Add all code in a folder
    • [ ] Create a readme file for preview of extension

    Happy contributing ๐ŸŽŠ

    good first issue JWOC easy 
    opened by harshita214 11
  • Want to add a youtube link extension

    Want to add a youtube link extension

    Motive: Whenever you open youtube you have to go through a lot of steps to find out your recent youtube videos so, I will make an extension that will provide the top 10 recent youtube videos you watched with a link

    stack: Html CSS JS

    I am a GSSoC Contributor.

    GSSoC22 
    opened by iamrahulmahato 10
  • GRE Vocabulary Extension

    GRE Vocabulary Extension

    Hello @harshita214 ๐Ÿ‘‹๐Ÿป , as a GSSOC'22 Contributor i would like to give my contribution to this repo by adding the GRE Vocabulary Extension .

    What this Extension Do ??

    These Extension help the GRE aspirants get all vocab Word + Definition at one place and that too in one click , sounds cool ๐Ÿ˜Žright

    Tech Stack ๐Ÿ“š

    HTML ๐Ÿท CSS ๐ŸŽจ ReactJS ๐ŸŽ

    Note : If you like my idea , pls assign these issue to me and comment down below so that i can start working on this COOL Extension .

    opened by RiyaBhandari-2811 10
  • Personalisation extention for chrome

    Personalisation extention for chrome

    Here i would like to create a personalisation chrome extention where we can make a GUI using html and css and we can store our frequently visited links and we can access them from the extention itself .

    We can also structure it to have multiple sections for different links like social media links , important websites to visit etc.

    GSSoC22 Level2 
    opened by shashank2906 10
  • Better Youtube Music Picker

    Better Youtube Music Picker

    Hey, I am TRIDIB BAG GSSOC'22 contributor, wanted to add a chrome extension that will help to pick better suggestive music from Youtube. I will create an extension so that Youtube suggests better music videos, Actually the problem I face in youtube when You listen to a song It will keep playing over and over again because Youtube seems not to be capable of coming up with new suggestions so that's the issue I want to fix with my this extension. I am really wanted to contribute to this topic. @harshita214 can you please assign me to this issue, so that I can start contributing to this?

    GSSoC22 Level2 
    opened by Mrjoy832 10
  • Theme based site blocker

    Theme based site blocker

    Be it a idea or a chrome extension, creativity is a must! Get unproductive sites blocked in a creative way. I want to take this issue. I am a Gssoc'22 Contributor.

    opened by SHRIYA1706 10
  • commit

    commit

    ๐Ÿ› ๏ธ Fixes Issue

    ๐Ÿ‘จโ€๐Ÿ’ป Changes proposed

    ๐Ÿ”ง Check List (Check the type of issue it fixes)

    • [ ] Bug Fix
    • [ ] New Extension
    • [ ] Enhancement
    • [ ] Documentation

    โœ”๏ธ Check List (Check all the applicable boxes)

    • [ ] My code follows the code style of this project.
    • [ ] This PR does not contain plagiarized content.
    • [ ] The title of my pull request is a short description of the requested changes.

    ๐Ÿ“„ Note to reviewers

    ๐Ÿ“ท Screenshots

    opened by pavan6135 0
  • [DOCS] correct spelling mistakes and punctuation faults.

    [DOCS] correct spelling mistakes and punctuation faults.

    Description

    Correcting small mistakes on README.md like " more good".

    Also adding some punctuations, which are missing.

    Screenshots

    No response

    documentation 
    opened by joelrohrbach 0
  • improved design and removed some bugs

    improved design and removed some bugs

    ๐Ÿ› ๏ธ Fixes Issue

    ๐Ÿ‘จโ€๐Ÿ’ป Changes proposed

    ๐Ÿ”ง Check List (Check the type of issue it fixes)

    • [x] Bug Fix
    • [ ] New Extension
    • [x] Enhancement
    • [ ] Documentation

    โœ”๏ธ Check List (Check all the applicable boxes)

    • [x] My code follows the code style of this project.
    • [x] This PR does not contain plagiarized content.
    • [x] The title of my pull request is a short description of the requested changes.

    ๐Ÿ“„ Note to reviewers

    These are the few changes made:

    1. Improved design
    2. Improved user experience
    3. Handled empty input
    4. Handled valid input

    ๐Ÿ“ท Screenshots

    Screenshot (178)

    opened by mohdaimansaleem 0
  • Decimal,binary,hexadecimal,octal converter

    Decimal,binary,hexadecimal,octal converter

    ๐Ÿ› ๏ธ Fixes Issue

    Decimal, Binary, Hexadecimal & Octal Converter #297

    ๐Ÿ‘จโ€๐Ÿ’ป Changes proposed

    ๐Ÿ”ง Check List (Check the type of issue it fixes)

    • [ ] Bug Fix
    • [โœ”๏ธ ] New Extension
    • [ ] Enhancement
    • [ ] Documentation

    โœ”๏ธ Check List (Check all the applicable boxes)

    • [โœ”๏ธ] My code follows the code style of this project.
    • [โœ”๏ธ] This PR does not contain plagiarized content.
    • [โœ”๏ธ] The title of my pull request is a short description of the requested changes.

    ๐Ÿ“„ Note to reviewers

    ๐Ÿ“ท Screenshots

    Screenshot1

    Screenshot2

    Screenshot3

    Screenshot4

    opened by ChiaSuen 0
  • Decimal, Binary, Hexadecimal & Octal Converter

    Decimal, Binary, Hexadecimal & Octal Converter

    Is your extension request related to a problem? Please describe.

    I want to add Decimal, Binary, Hexadecimal & Octal Converter extension which can be used to convert number for any of these formats to the other three

    Describe the solution you'd like.

    I will use HTML,CSS,JS to implement this.

    Describe alternatives you've considered.

    NA

    Add any other context or screenshots about the extension here.

    No response

    opened by ChiaSuen 0
  • Github: PR Monitor

    Github: PR Monitor

    Which pre-existing extension will you be working on?

    This would help the developers have a dashboard view and status of all their contributions made and received on several Repositories. Whether the PRs are muted, Reviewed, Or Still pending Reviews.

    Describe your enhancement/improvement

    .

    Add any other context or screenshots about the enhancement here.

    .

    opened by hariketsheth 1
Owner
Harshita sharma
I am a coding enthusiast along with a web developer. I am always eager to learn. I am currently a CSE Sophomore of BIT, Mesra
Harshita sharma
This extensions will prompt you to remove any other extensions that we found as being broken and unmaintained.

octarine vscode extension This extensions will prompt you to remove any other extensions that we found as being broken and unmaintained. We do expect

42picky 4 May 27, 2022
A dead-simple Bookmarklet and Chrome Extension implementation of something like Bionic Reading

What is it? Inspired by Bionic Reading, this Bookmarklet modifies a webpage to display the first half of each word in bold. Can also be installed as a

null 35 Dec 5, 2022
Conways-game-of-life - A Conway's Game Of Life project using Python

conways-game-of-life A Conway's Game Of Life project using Python JavaScript Devlog January 1st 2022: also need to remember Python's syntax a bit will

Felipe Melgaรงo Magesty Silveira 0 Sep 23, 2022
Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.

Modern JavaScript Cheatsheet Image Credits: Ahmad Awais โšก๏ธ If you like this content, you can ping me or follow me on Twitter ?? Introduction Motivatio

Manuel Beaudru 23.9k Jan 4, 2023
Grupprojekt fรถr kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet fรถr kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide Fรถr information om hur utv

Svante Jonsson IT-Hรถgskolan 3 May 18, 2022
Auto-Fix Hundreds of Grammarly Errors With This Script

This script automatically applies your Grammarly suggestions. Use case: Large document with 100+ errors How to use: Go to Grammarly Web app Go to Edit

null 48 Jan 3, 2023
This is a plugin for Obsidian to manage your frequently used links.

obsidian-links-keeper This is a plugin for Obsidian to manage your frequently used links. Install Prerequisites To install this plugin, you will need:

null 9 Nov 23, 2022
Hemsida fรถr personer i Sverige som kan och vill erbjuda boende till mรคnniskor pรฅ flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo fรถr kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
Add Grammarly spellchecking to Obsidian.md.

Obsidian Grammarly Plugin This is a plugin for Obsidian which adds Grammarly support directly in your editor. NOTE: This plugin is a work in progress.

Simon Klit Pacis 91 Dec 26, 2022
BMI Calculator can give us the bmi result of our bmi on the basis of our corresponding height and weight.

BMI means body mass index. Body Mass Index (BMI) is a person's weight in kilograms divided by the square of height in meters.

Bipronath Saha 1 Jan 20, 2022
MUI Core is a collection of React UI libraries for shipping new features faster. Start with Material UI, our fully-loaded component library, or bring your own design system to our production-ready components.

MUI Core MUI Core contains foundational React UI component libraries for shipping new features faster. Material UI is a comprehensive library of compo

MUI 83.6k Dec 30, 2022
Generate link preview using our app, API or our NPM package.

get-link-preview ?? View the link preview using our App. Use the API to generate link preview in your app or use the NPM package to use the custom hoo

Siddhi Gate 25 Dec 21, 2022
Official companion browser extensions for Kagi Search (Chrome, Firefox)

Kagi Search Extension This contains the source for the Kagi Search extension for Firefox and Chrome. Get it for your browser here: Chrome Firefox Cont

Kagi Search 18 Nov 25, 2022
jQuery based scrolling Bar, for PC and Smartphones (touch events). It is modern slim, easy to integrate, easy to use. Tested on Firefox/Chrome/Maxthon/iPhone/Android. Very light <7ko min.js and <1Ko min.css.

Nice-Scrollbar Responsive jQuery based scrolling Bar, for PC and Smartphones (touch events). It is modern slim, easy to integrate, easy to use. Tested

Renan LAVAREC 2 Jan 18, 2022
This is our second school project in HTML 5, CSS 3 and JS. In this website you can find very interesting information about the countries around the world.

Team Geonomy ?? About This is a website about with interatcive map and very interesting information about different coutries ??๏ธ Used technologies Use

Stanislav Tashev 33 Nov 23, 2022
A Chrome extension that shows your life in weeks, inspired by the WaitWhatArticle

A Chrome extension that shows your life in weeks, inspired by the WaitWhatArticle

Anton Lin 3 Feb 8, 2022
An exercise in building a very minimal (and very stupid) in-memory SQL-like database for educational purposes.

Stupid Database This is an exercise in building a very minimal (and very stupid) in-memory SQL-like database for educational purposes. None of this co

Fabio Akita 196 Dec 20, 2022
A Very Good Documentation Site created by the Very Good Ventures Team ๐Ÿฆ„

Very Good Docs Site Developed with ?? by Very Good Ventures ?? A Very Good Docs Site created by the Very Good Ventures Team. Generated by the Very Goo

Very Good Open Source 8 Nov 2, 2022