{"id":17500652,"url":"https://github.com/n1ck/gifs-for-github","last_synced_at":"2026-02-02T00:19:00.647Z","repository":{"id":36369379,"uuid":"185275970","full_name":"N1ck/gifs-for-github","owner":"N1ck","description":"Repository for the GIFs for GitHub Chrome \u0026 Firefox Extension","archived":false,"fork":false,"pushed_at":"2025-03-14T11:18:34.000Z","size":1450,"stargazers_count":203,"open_issues_count":14,"forks_count":25,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-22T20:31:51.299Z","etag":null,"topics":["chrome-extension","gifs","github","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/gifs-for-github/dkgjnpbipbdaoaadbdhpiokaemhlphep?hl=en","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/N1ck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"n1cko"}},"created_at":"2019-05-06T21:42:09.000Z","updated_at":"2025-03-02T12:51:53.000Z","dependencies_parsed_at":"2024-01-17T01:15:19.114Z","dependency_job_id":"f0b14d32-6737-46d0-adc4-c94c91ab87ea","html_url":"https://github.com/N1ck/gifs-for-github","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N1ck%2Fgifs-for-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N1ck%2Fgifs-for-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N1ck%2Fgifs-for-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N1ck%2Fgifs-for-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/N1ck","download_url":"https://codeload.github.com/N1ck/gifs-for-github/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246457999,"owners_count":20780677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","gifs","github","hacktoberfest"],"created_at":"2024-10-19T18:43:54.545Z","updated_at":"2026-02-02T00:18:55.628Z","avatar_url":"https://github.com/N1ck.png","language":"JavaScript","readme":"# \u003cimg src=\"src/images/icon48.png\" width=\"45\" align=\"left\"\u003e GIFs for GitHub\n\nA Browser extension that makes it easy to search GIPHY and add a GIF into any GitHub comment box.\n\n\u003cimg src=\"demo.jpg\" alt=\"Example image\"\u003e\n\n---\n\n## Install\n\n[link-chrome]: https://chrome.google.com/webstore/detail/gifs-for-github/dkgjnpbipbdaoaadbdhpiokaemhlphep 'Version published on Chrome Web Store'\n[link-firefox]: https://addons.mozilla.org/en-US/firefox/addon/gifs-for-github/ 'Version published on Mozilla Add-ons'\n\n[\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/90fdf03c/src/chrome/chrome.svg\" width=\"48\" alt=\"Chrome\" valign=\"middle\"\u003e][link-chrome] [\u003cimg valign=\"middle\" src=\"https://img.shields.io/chrome-web-store/v/dkgjnpbipbdaoaadbdhpiokaemhlphep.svg?label=%20\"\u003e][link-chrome]\n\n[\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/90fdf03c/src/firefox/firefox.svg\" width=\"48\" alt=\"Firefox\" valign=\"middle\"\u003e][link-firefox] [\u003cimg valign=\"middle\" src=\"https://img.shields.io/amo/v/gifs-for-github.svg?label=%20\"\u003e][link-firefox]\n\n---\n\n## Contributing\n\n```sh\ngit clone https://github.com/N1ck/gifs-for-github\ncd gifs-for-github\npnpm install\n```\n\n```sh\npnpm run watch # Listen to file changes and automatically rebuild\n```\n\n### Debug Mode\n\nWhen developing, you can enable debug mode by setting the DEBUG environment variable:\n\n```bash\nDEBUG=true npm run build\n```\n\nThis will output helpful logs prefixed with 🎨 when using the extension.\n\nOnce built, load it in the browser of your choice with [web-ext](https://github.com/mozilla/web-ext):\n\n```sh\nnpx web-ext run --target=chromium # Open extension in Chrome\n```\n\n```sh\nnpx web-ext run # Open extension in Firefox\n```\n\nOr you can [load it manually in Chrome](https://www.smashingmagazine.com/2017/04/browser-extension-edge-chrome-firefox-opera-brave-vivaldi/#google-chrome-opera-vivaldi) or [Firefox](https://www.smashingmagazine.com/2017/04/browser-extension-edge-chrome-firefox-opera-brave-vivaldi/#mozilla-firefox).\n\n---\n\nIf you want to read about why I built this extension, and some of the challenges I faced, check out my [blog post][link-blogpost].\n\n[link-cws]: https://chrome.google.com/webstore/detail/gifs-for-github/dkgjnpbipbdaoaadbdhpiokaemhlphep?hl=en 'Version published on Chrome Web Store'\n[link-amo]: https://addons.mozilla.org/en-US/firefox/addon/gifs-for-github/ 'Version published on Mozilla Add-ons'\n[link-blogpost]: https://medium.com/we-build-vend/helping-engineers-gif-their-best-life-challenges-faced-when-building-the-gifs-for-github-f0cac9dd8fa5 \"Helping Engineers GIF Their Best Life: Challenges Faced When Building the 'GIFs for GitHub' Extension\"\n","funding_links":["https://ko-fi.com/n1cko"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn1ck%2Fgifs-for-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn1ck%2Fgifs-for-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn1ck%2Fgifs-for-github/lists"}