Github Reviewer Groups

Adds predefined groups of github reviewers

Cos'è Github Reviewer Groups?

Github Reviewer Groups è un'estensione di Chrome sviluppata da Khaled Ali, e la sua funzione principale è "Adds predefined groups of github reviewers".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Github Reviewer Groups

Scarica i file di estensione Github Reviewer Groups in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 :)                    

Informazioni di Base sull'Estensione

Nome Github Reviewer Groups Github Reviewer Groups
ID mmgjipidkhkfimmfgcgklooinlcfonah
URL Ufficiale https://chromewebstore.google.com/detail/github-reviewer-groups/mmgjipidkhkfimmfgcgklooinlcfonah
Descrizione Adds predefined groups of github reviewers
Dimensione del File 63.63 KB
Conteggio Installazioni 76
Versione Corrente 1.3
Ultimo Aggiornamento 2022-01-09
Data di Pubblicazione 2022-01-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Khaled Ali
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/KhaledAylii/Github-Reviewer-Groups/tree/master
Lingue Supportate 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"
    }
}