Giphy for GitHub
Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.…
Giphy for GitHub란 무엇입니까?
Giphy for GitHub은(는) Steven Lundy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.…"입니다.
확장 프로그램 스크린샷
Giphy for GitHub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub. After you have installed the extension there will be an extra button in your GitHub toolbar to insert GIFs. If you select a word or phrase and click the button, it will replace the text with a giphy on that theme. If you have nothing selected, it will insert a random giphy. If you select the ID for a specific giphy, it will insert it.
확장 프로그램 기본 정보
이름 | |
ID | njpbcacdkcomjpddllidghnpjjdjbfoh |
공식 URL | https://chrome.google.com/webstore/detail/giphy-for-github/njpbcacdkcomjpddllidghnpjjdjbfoh |
설명 | Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.… |
파일 크기 | 59.36 KB |
설치 횟수 | 578 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2019-08-21 |
출시 날짜 | 2019-08-21 |
평점 | 3.17/5 총 6 개의 평점 |
개발자 | Steven Lundy |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Giphy for GitHub", "description": "", "version": "1.0.4", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "244": "icons\/icon244.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "main.js" ] } ] } |