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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}