GitHub Approve/Deny

Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.

Wat is GitHub Approve/Deny?

GitHub Approve/Deny is een Chrome-extensie ontwikkeld door Brandon Peters, en de belangrijkste functie is "Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GitHub Approve/Deny

Download GitHub Approve/Deny-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.                    

Basisinformatie over de Extensie

Naam GitHub Approve/Deny GitHub Approve/Deny
ID hcjehejpankhfgchggllpehjoleheidm
Officiële URL https://chromewebstore.google.com/detail/github-approvedeny/hcjehejpankhfgchggllpehjoleheidm
Beschrijving Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.
Bestandsgrootte 13.32 KB
Aantal Installaties 63
Huidige Versie 1.4
Laatst Bijgewerkt 2015-04-27
Publicatiedatum 2015-04-27
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Brandon Peters
Betalingswijze free
Extensiewebsite https://github.com/cisox/github-approve-deny
Help Pagina-URL https://github.com/cisox/github-approve-deny/issues
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Approve\/Deny",
    "short_name": "GH Approvals",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve\/Deny text.",
    "icons": {
        "128": "github-approve-deny.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*\/pull\/*",
                "http:\/\/github.com\/*\/*\/pull\/*",
                "https:\/\/www.github.com\/*\/*\/pull\/*",
                "http:\/\/www.github.com\/*\/*\/pull\/*"
            ],
            "js": [
                "github-approve-deny.user.js"
            ]
        }
    ]
}