Github Show Avatar
Show avatars in pull requests and issue pages
Github Show Avatarคืออะไร?
Github Show Avatar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matthizou และคุณลักษณะหลักของมันคือ "Show avatars in pull requests and issue pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Show Avatar
ดาวน์โหลดไฟล์ส่วนขยาย Github Show Avatar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will display large avatar pictures in your pull requests and issues list in Github and Github Enterprise. Ideal to quickly identify who created a pull request. Furthermore, you can overwrite avatars of any user with an image of your choosing, which can bring both fun and better readability in the pages where it is applied. It can also display 2 avatars side-to-side, which is really helpful to signal the team that 2 people are taking care of an issue, or have paired together in the code of a pull request. It supports Github Enterprise on any URL though a really simple process (simply click on the icon when you are in your domain and then on "Activate" button) Disclaimer : You are going to see your colleagues' faces... even more. ;)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github Show Avatar |
ID | ndophfllmdjffpbglbeembkdimmeihfi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-show-avatar/ndophfllmdjffpbglbeembkdimmeihfi |
คำอธิบาย | Show avatars in pull requests and issue pages |
ขนาดไฟล์ | 32.18 KB |
จำนวนการติดตั้ง | 91 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2022-05-02 |
วันที่เผยแพร่ | 2020-05-14 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | matthizou |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/matthizou/github-show-avatars |
URL หน้าช่วยเหลือ | https://github.com/matthizou/github-show-avatars/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Show Avatar", "version": "1.0.4", "description": "Show avatars in pull requests and issue pages", "manifest_version": 2, "permissions": [ "storage", "tabs", "https:\/\/github.com\/*" ], "icons": { "16": "images\/github-avatars16.png", "32": "images\/github-avatars32.png", "48": "images\/github-avatars48.png", "128": "images\/github-avatars128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "optional_permissions": [ " |