Github Reviewer Groups
Adds predefined groups of github reviewers
Github Reviewer Groupsคืออะไร?
Github Reviewer Groups เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Khaled Ali และคุณลักษณะหลักของมันคือ "Adds predefined groups of github reviewers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Reviewer Groups
ดาวน์โหลดไฟล์ส่วนขยาย Github Reviewer Groups ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create groups of Github users and add them as reviewers to a pull request in one click. How to use: - Enter an access key with repo access (click "make one" to be directed to the proper access key creation page with the minimum permissions) - Press on + button to create a group - Name the group - Enter the usernames/logins of the users you would like to bulk-add as reviewers - Ensure your current active tab is on a pull request you have permission to edit - Click add reviewers - Enjoy 10 extra seconds of your life every time (more if you have to remember everyone's logins) Regarding Security: This project does not communicate with any servers aside from Github's API. It is open source and I invite you to check Github repository in order to confirm this. Never share your access codes with any one :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github Reviewer Groups |
ID | mmgjipidkhkfimmfgcgklooinlcfonah |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-reviewer-groups/mmgjipidkhkfimmfgcgklooinlcfonah |
คำอธิบาย | Adds predefined groups of github reviewers |
ขนาดไฟล์ | 63.63 KB |
จำนวนการติดตั้ง | 76 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2022-01-09 |
วันที่เผยแพร่ | 2022-01-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Khaled Ali |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/KhaledAylii/Github-Reviewer-Groups/tree/master |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Reviewer Groups", "description": "Adds predefined groups of github reviewers", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icon_128.png", "32": "\/icon_128.png", "48": "\/icon_128.png", "128": "\/icon_128.png" } }, "icons": { "16": "\/icon_128.png", "32": "\/icon_128.png", "48": "\/icon_128.png", "128": "\/icon_128.png" } } |