Easily search for and insert gifs into Github pull requests and issues.
- Install Node
14.4.x. - Run
npm install. - Run
npm run build-watchwhich 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.jsoninside thedistfolder. - Chrome: Follow
the instructions here.
Go to
chrome://extensions, clickLoad unpacked, then select thedistfolder.
- Firefox: Follow
the instructions here.
Go to
- Make it amazing!
- Submit a pull request!
- Follow steps 1 and 2 in the above
developmentsection. - Run
npm run build-clean. - Find extension built in the
distfolder.
- Add toolbar button to insert markdown template
- Consider supporting other sites
- Atlassian (JIRA/Bitbucket/Confluence)
- Gitlab