Github Reviewer Groups
Adds predefined groups of github reviewers
Github Reviewer Groups क्या है?
Github Reviewer Groups Khaled Ali द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds predefined groups of github reviewers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Github Reviewer Groups एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |