Chuck Norris Approved Pull Requests

Approve or reject pull requests in the style of Chuck Norris.

Chuck Norris Approved Pull Requests là gì?

Chuck Norris Approved Pull Requests là một tiện ích mở rộng Chrome được phát triển bởi dimaslz, và tính năng chính của nó là "Approve or reject pull requests in the style of Chuck Norris.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chuck Norris Approved Pull Requests

Tải xuống các tệp mở rộng Chuck Norris Approved Pull Requests 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

                        Approve or reject pull requests in the style of Chuck Norris.

Approved PRs will show the "Chuck Norris approved" stamp.

Works on Github, Stash and Bitbucket.

Github repo: https://github.com/dimaslz/ChuckNorrisApprovedPullRequest

Landing: http://dimaslz.github.io/ChuckNorrisApprovedPullRequest/                    

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

Tên Chuck Norris Approved Pull Requests Chuck Norris Approved Pull Requests
ID jdibklgnphdfjbkpaidajehhjofecald
URL Chính Thức https://chromewebstore.google.com/detail/chuck-norris-approved-pul/jdibklgnphdfjbkpaidajehhjofecald
Mô tả Approve or reject pull requests in the style of Chuck Norris.
Kích Thước Tệp 544 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.2.8
Cập Nhật Lần Cuối 2016-04-30
Ngày Phát Hành 2016-04-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dimaslz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://dimaslz.github.io/ChuckNorrisApprovedPullRequest/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chuck Norris Approved Pull Requests",
    "author": "Dimas L\u00f3pez Zurita (dimaslz) | [email protected]",
    "version": "1.2.8",
    "manifest_version": 2,
    "description": "Approve or reject pull requests in the style of Chuck Norris.",
    "web_accessible_resources": [
        "*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/stash\/projects\/**\/*\/pull-requests\/*",
                "https:\/\/bitbucket.org\/**\/*\/pull-request*\/*",
                "https:\/\/github.com\/*",
                "https:\/\/bitbucket.org\/**\/commits\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}