Github Add Bulk Reviewers
A basic extension to add multiple reviewers to a github pull request.
Github Add Bulk Reviewers क्या है?
Github Add Bulk Reviewers dorukgunes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A basic extension to add multiple reviewers to a github pull request."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Github Add Bulk Reviewers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you ever find yourself adding same reviewers to your pull requests over and over again in Github this extension can buy you some time. You can add your reviewer usernames once to this extension and whenever you open a pull request you can simply say apply reviewers to this pull request and voila all the reviewers added to the pull request. How to Use: 1 - Open the extension (make sure you "pin" the extension) 2 - Add your Github usernames and click "Save Reviewers" 3 - Once you open a pull request open the extension and click "Update Pull Request" button to add all the usernames to the pull request as reviewers. This extension does not store or send any credential to anywhere except Github requests, it will also use an inline javascript call in Github to add reviewers to the pull request.
एक्सटेंशन की मूल जानकारी
नाम | Github Add Bulk Reviewers |
ID | liiidicicodopcikclnghfckikjjjgab |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-add-bulk-reviewers/liiidicicodopcikclnghfckikjjjgab |
विवरण | A basic extension to add multiple reviewers to a github pull request. |
फ़ाइल का आकार | 58.84 KB |
स्थापना संख्या | 92 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2022-03-06 |
प्रकाशन तिथि | 2022-03-01 |
डेवलपर | dorukgunes |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.freeprivacypolicy.com/live/727764c0-bebd-483f-9483-83972868aee0 |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Add Bulk Reviewers", "version": "0.0.1", "description": "A basic extension to add multiple reviewers to a github pull request.", "permissions": [ "storage", "scripting", "activeTab" ], "host_permissions": [ "*:\/\/*.github.com\/" ], "icons": { "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": "images\/icon-48x48.png" }, "manifest_version": 3 } |