GitHub Approve/Deny

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

What is GitHub Approve/Deny?

GitHub Approve/Deny is a Chrome extension developed by Brandon Peters, and its main feature is "Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.".

Extension Screenshots

screenshot

Download GitHub Approve/Deny Extension CRX File

Download GitHub Approve/Deny extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name GitHub Approve/Deny GitHub Approve/Deny
ID hcjehejpankhfgchggllpehjoleheidm
Official URL https://chromewebstore.google.com/detail/github-approvedeny/hcjehejpankhfgchggllpehjoleheidm
Description Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.
File Size 13.32 KB
Installation Count 63
Current Version 1.4
Last Updated 2015-04-27
Publish Date 2015-04-27
Rating 4.75/5 Total 4 Ratings
Developer Brandon Peters
Payment Type free
Extension Website https://github.com/cisox/github-approve-deny
Help Page URL https://github.com/cisox/github-approve-deny/issues
Supported Languages 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"
            ]
        }
    ]
}