Github Diffs

Collapse/expand diff files for easier reviews

Github Diffsคืออะไร?

Github Diffs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kamranahmed.se และคุณลักษณะหลักของมันคือ "Collapse/expand diff files for easier reviews"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Diffs

ดาวน์โหลดไฟล์ส่วนขยาย Github Diffs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Collapse/expand diff files for easier reviews

When there is a large number of files in a pull request it becomes difficult to get an overview or to find some specific files with all the files stacked upon each other. This extension allows collapsing and expanding files so that you do not have to pound the innocent scrollbar.

It adds buttons to `Collapse all Diffs` or `Show all Diffs` and makes `file headers clickable` to toggle the diff for some specific file                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Github Diffs Github Diffs
ID dhcpmhfjmlgjfhpeeloohoffbmpjfmgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-diffs/dhcpmhfjmlgjfhpeeloohoffbmpjfmgh
คำอธิบาย Collapse/expand diff files for easier reviews
ขนาดไฟล์ 12.99 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2017-08-11
วันที่เผยแพร่ 2017-08-11
ผู้พัฒนา kamranahmed.se
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Diffs",
    "short_name": "github-diffs",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Collapse\/expand diff files for easier reviews",
    "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-diffs",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "GithubDiff.js"
            ]
        }
    ]
}