Easily search for and insert gifs into Github pull requests and issues.
- Install Node
14.4.x
. - Run
npm install
. - Run
npm run build-watch
which will watch for and automatically rebuild on change. - Load the unpacked extension into Firefox or Chrome
- Firefox: Follow
the instructions here.
Go to
about:debugging
, clickLoad Temporary Add-on
, then select themanifest.json
inside thedist
folder. - Chrome: Follow
the instructions here.
Go to
chrome://extensions
, clickLoad unpacked
, then select thedist
folder.
- Firefox: Follow
the instructions here.
Go to
- Make it amazing!
- Submit a pull request!
- Follow steps 1 and 2 in the above
development
section. - Run
npm run build-clean
. - Find extension built in the
dist
folder.
- Add toolbar button to insert markdown template
- Consider supporting other sites
- Atlassian (JIRA/Bitbucket/Confluence)
- Gitlab