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 là gì?
Giphy for GitHub là một tiện ích mở rộng Chrome được phát triển bởi Steven Lundy, và tính năng chính của nó là "Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Giphy for GitHub
Tải xuống các tệp mở rộng Giphy for GitHub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | njpbcacdkcomjpddllidghnpjjdjbfoh |
URL Chính Thức | https://chrome.google.com/webstore/detail/giphy-for-github/njpbcacdkcomjpddllidghnpjjdjbfoh |
Mô tả | Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.… |
Kích Thước Tệp | 59.36 KB |
Số Lần Cài Đặt | 578 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2019-08-21 |
Ngày Phát Hành | 2019-08-21 |
Đánh Giá | 3.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Steven Lundy |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |