GitHub compare helper

Adds UI to GitHub commits pages to easier create GitHub compare urls

GitHub compare helper là gì?

GitHub compare helper là một tiện ích mở rộng Chrome được phát triển bởi Henrik, và tính năng chính của nó là "Adds UI to GitHub commits pages to easier create GitHub compare urls".

Ả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 compare helper

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

                        Manually typing the GitHub compare url takes too much time. Use this simple UI add-on to do it much faster!

Note: 

Works the same way GitHub compare urls are normally generated i.e. from the first SHA of a commit to (but not including) the last SHA of a commit. This means the generated compare url will, for branches, include the top selected commit but not the last selected commit (but the commit before). For pull requests it is the opposite.

NEW! Now also works on pull requests!

-----------------------------------------------------

Source: https://github.com/hengun348/GitHub-compare-helper

Thanks https://github.com/acetrand and https://github.com/bradsk88 for pull request contributions!                    

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

Tên GitHub compare helper GitHub compare helper
ID cioiakfpohjbldapjdenhmdenmdcdigd
URL Chính Thức https://chromewebstore.google.com/detail/github-compare-helper/cioiakfpohjbldapjdenhmdenmdcdigd
Mô tả Adds UI to GitHub commits pages to easier create GitHub compare urls
Kích Thước Tệp 334 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-05-24
Ngày Phát Hành 2020-05-24
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Henrik
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub compare helper",
    "version": "1.2.1",
    "description": "Adds UI to GitHub commits pages to easier create GitHub compare urls",
    "author": "Henrik Gunnarsson",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "https:\/\/github.com\/*\/commits\/*"
    ],
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}