Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 785 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 785 Bytes

GifHub

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.

screenshot

Install

Installing for Development

  1. Clone the repository
  2. Run npm install in the root of the project
  3. Run npm run build:chrome
  4. Visit the extensions page in Chrome
  5. Enable the Developer Mode checkbox
  6. Click Load unpacked extension
  7. Select the dist/chrome directory of this project (generated in Step 3)

Issues?

You can submit any issues you have here