stevenlundy / giphy-for-github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Giphy for GitHub

This is a Chrome extension that gives you the ability to easily add gifs from giphy into pull request comments.

Adding to Chrome

You can find the extension in the Chrome web store!

If you want to use the extension with GitHub Enterprise, you can pack your own version of the extension

  1. Download the repo to a folder on your computer
  2. add your enterprise URL (something like http://github.companyname.com/*) to the matches list in manifest.json
  3. Go to chrome://extensions/
  4. Enable developer mode
  5. Click load unpacked extension...
  6. Navigate to the directory where you downloaded the repo

Using the extension

There are three ways to use the extension.

Insert random giphy

Put your cursor where you want to insert the giphy and press the GIF button.

random

Insert giphy based on a word or phrase

Type a word or phrase that you want giphy'd. Select the text and press the GIF button.

phrase

Insert specific giphy by id

Paste the id of the giphy you want. Select the text and press the GIF button.

About


Languages

Language:JavaScript 86.2%Language:HTML 13.8%