github.monkeypatch.pullrequests

Keep track of pull requests you've viewed, approved, or rejected.

github.monkeypatch.pullrequests là gì?

github.monkeypatch.pullrequests là một tiện ích mở rộng Chrome được phát triển bởi steven.m.wexler, và tính năng chính của nó là "Keep track of pull requests you've viewed, approved, or rejected.".

Ả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.monkeypatch.pullrequests

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

                        Keep track of pull requests you've viewed, approved, or rejected.  Approve a pull request by writing a comment with a thumbs up icon (:+1:) in the pull request conversation.  Reject a pull request by writing a comment with a thumbs down icon (:-1:) in the pull request conversation.  

Pull requests you've viewed, approved, or rejected are indicated by green, red, or yellow respectively.  The thumbs up / thumbs down icons represent how many people have approved / rejected a pull request.

Pull requests with commits you haven't seen are indicated with a "New Commits" annotation.

GitHub: https://github.com/steaks/githubpullrequestsmanager                    

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

Tên github.monkeypatch.pullrequests github.monkeypatch.pullrequests
ID khfpfmfiapjcfacafgjcigimaaakilen
URL Chính Thức https://chromewebstore.google.com/detail/githubmonkeypatchpullrequ/khfpfmfiapjcfacafgjcigimaaakilen
Mô tả Keep track of pull requests you've viewed, approved, or rejected.
Kích Thước Tệp 1.27 MB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.7.5
Cập Nhật Lần Cuối 2015-06-27
Ngày Phát Hành 2015-06-27
Nhà Phát Triển steven.m.wexler
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "github.monkeypatch.pullrequests",
    "description": "Keep track of pull requests you've viewed, approved, or rejected.",
    "version": "1.7.5",
    "icons": {
        "128": "codeducky_partial_logo_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/www.platform.githubenhancements.com\/*"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "jquery.visible.js",
                "lodash.js",
                "angular.js",
                "jquery.hotkeys.js",
                "jquery.scrollTo.js",
                "GitHubPullRequestStatus.js"
            ],
            "css": [
                "GitHubPullRequestStatus.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "GitHubPullRequestStatusBackground.js"
        ],
        "persistent": false
    }
}