Extensions are small software programs that customize the browsing experience. They enable users to tailor Chrome functionality and behavior to individual needs or preferences. They are built on web technologies such as HTML, JavaScript, and CSS.
- Get the source code.
git clone https://github.com/vchrombie/grootify/
- Open the chrome browser. Click on Options (top right) >> More tools >> Extensions.
- Click on Load unpacked button. You can go through the browse the folder to the place where to clone your repo.
- Select the
grootify/
folder and click on Ok. - You can enable or disable the extension. Please check the Running the tests for how to test it.
- Click on this link. Captain America - Google Search Images. This searches for the images of Captain America in Google.
- Initially, you can see the images of the required search.
- Click on the grootify extension app, which you can see on the top right corner of the chrome browser. Click on Options.
- Enable (ON) the grootify switch.
- Now reload the Captain America search again.
- Wait for a sec and boom. :P
- JavaScript and HTML/CSS.
- Venu Vardhan - Initial work - vchrombie.
If you are really interested in contributing to the please follow the below steps and rules.
- Fork the project. (Give a star ⭐ to the repo before you fork :P)*
- Clone it.
git clone https://github.com/<username>/grootify/
- Look for any issues clicking the issues tab. Go through it and assign take one. Make sure you get assigned or atleast say that you are gonna work on it.
- Always create a new branch and work on the feature or bug. Check this if you are not that familiar with branching, Git Branching
- Please follow the template created for raising issues or sending pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Groot is a property of Marvel Comics.
- Refer to Getting Started - Google Chrome Extensions.
- Refer to this tutorial post, How to Make a Chrome Extensio.
- Refer to this awesome blog post, Changing images dynamically.