There are many ways to contribute to this project.
If there you encounter any problems, would like to request a new feature, or have an idea to make this project even better, please submit an issue. Be as specific as you can about your issue so it can be addressed as best as possible.
If you're interested in getting involved in the project and contributing with your skills, we would love your help! The best way to get started is to look at the existing issues in this repository and search for issues that are tagged help wanted
or beginner friendly
. We'll do our best to tag issues often so you know what to look for. If you don't see any issues with the tags mentioned above, don't worry all issues are open and you may tackle any that you find interesting to you.
Before you start working on an issue, please comment the issue with your intent to work on it as well as an abstract of how you'd like to solve it.
To set up your Google Chrome browser to test this extension you need to:
-
Clone this repository.
-
Install NPM packages
-
Start development build process by entering
npm start
in your terminal. -
Turn on Developer mode by going to Window > Extensions to open your Extensions Panel. Then check Developer mode on the upper right.
-
In the Extensions Panel, click Load unpacked extension..., then navigate to and select the
spongy
folder that you just cloned. -
The Spongy extension will appear in your panel as well as an extension button on the right of your address bar.
-
You can now start making changes to the code and just refresh any (non-Google) page to see latest changes.