A Chrome extension that adds a button on GitHub comment toolbars, allowing you to search for (and include) GIFs in comments. Many thanks to Giphy, as this uses their API.
- Clone the repository
- Run
npm install
in the root of the project - Run
npm run build:chrome
- Visit the extensions page in Chrome
- Enable the
Developer Mode
checkbox - Click
Load unpacked extension
- Select the
dist/chrome
directory of this project (generated in Step 3)
You can submit any issues you have here