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開發的Chrome擴展程式,該擴展的主要功能是“A basic extension to add multiple reviewers to a github pull request.”。

擴展截圖

screenshot

下載Github Add Bulk Reviewers擴展crx文件

下載Github Add Bulk Reviewers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Github Add Bulk Reviewers
ID liiidicicodopcikclnghfckikjjjgab
官方網址 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
}