Better Pull Requests

Better Pull Requests is a simple Chrome extension that adds a few niceties to GitHub and Bitbucket diff views. The main idea is…

Better Pull Requests là gì?

Better Pull Requests là một tiện ích mở rộng Chrome được phát triển bởi gordon, và tính năng chính của nó là "Better Pull Requests is a simple Chrome extension that adds a few niceties to GitHub and Bitbucket diff views. The main idea is…".

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

Tải xuống các tệp mở rộng Better 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

                        Better Pull Requests is a simple Chrome extension that adds a few niceties to GitHub and Bitbucket diff views. The main idea is that it allows you to collapse the diff for a file to make the page easier to navigate. It also adds the ability to hide comments in Bitbucket diffs.

More info can be found in the GitHub repo: https://github.com/sproutsocial/github-diff-collapse                    

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

Tên Better Pull Requests Better Pull Requests
ID ioaepkkioliomgmnhkgkhcdoofgihhcc
URL Chính Thức https://chrome.google.com/webstore/detail/better-pull-requests/ioaepkkioliomgmnhkgkhcdoofgihhcc
Mô tả Better Pull Requests is a simple Chrome extension that adds a few niceties to GitHub and Bitbucket diff views. The main idea is…
Kích Thước Tệp 83.2 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-07-03
Ngày Phát Hành 2017-07-03
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển gordon
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sproutsocial/github-diff-collapse
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Pull Requests",
    "version": "1.0.0",
    "permissions": [
        "storage",
        ""
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "jquery.livequery.js",
                "helpers.js",
                "github.js",
                "gitlab.js",
                "bitbucket.js"
            ],
            "css": [
                "github.css",
                "gitlab.css",
                "bitbucket.css"
            ]
        }
    ]
}