GitHub Approve/Deny

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

GitHub Approve/Denyとは何ですか?

GitHub Approve/DenyはBrandon Petersによって開発されたChromeの拡張機能で、その主な機能は「Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.」です。

拡張機能のスクリーンショット

screenshot

GitHub Approve/Deny拡張機能のCRXファイルをダウンロード

GitHub Approve/Deny拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 GitHub Approve/Deny GitHub Approve/Deny
ID hcjehejpankhfgchggllpehjoleheidm
公式URL https://chromewebstore.google.com/detail/github-approvedeny/hcjehejpankhfgchggllpehjoleheidm
説明 Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.
ファイルサイズ 13.32 KB
インストール数 63
現在のバージョン 1.4
最終更新日 2015-04-27
公開日 2015-04-27
評価 4.75/5 合計 4 レビュー
開発者 Brandon Peters
支払い方法 free
拡張機能のウェブサイト https://github.com/cisox/github-approve-deny
ヘルプページのURL https://github.com/cisox/github-approve-deny/issues
対応言語 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"
            ]
        }
    ]
}