GitHub Approve/Deny

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

GitHub Approve/Deny là gì?

GitHub Approve/Deny là một tiện ích mở rộng Chrome được phát triển bởi Brandon Peters, và tính năng chính của nó là "Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GitHub Approve/Deny

Tải xuống các tệp mở rộng GitHub Approve/Deny dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GitHub Approve/Deny GitHub Approve/Deny
ID hcjehejpankhfgchggllpehjoleheidm
URL Chính Thức https://chromewebstore.google.com/detail/github-approvedeny/hcjehejpankhfgchggllpehjoleheidm
Mô tả Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.
Kích Thước Tệp 13.32 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2015-04-27
Ngày Phát Hành 2015-04-27
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Brandon Peters
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/cisox/github-approve-deny
URL Trang Trợ Giúp https://github.com/cisox/github-approve-deny/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}