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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steven Lundy และคุณลักษณะหลักของมันคือ "Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Giphy for GitHub
ดาวน์โหลดไฟล์ส่วนขยาย Giphy for GitHub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |