GitHub Enhancement Suite

A set of tools to enhance the GitHub experience.

GitHub Enhancement Suiteคืออะไร?

GitHub Enhancement Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DTwigs และคุณลักษณะหลักของมันคือ "A set of tools to enhance the GitHub experience."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Enhancement Suite

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

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

                        The GitHub Enhancement Suite improves your GitHub experience.

Tools:
File Filter: Filter your github files by file type when viewing code changes.

Commit Compare: a small "down arrow" icon next to each commit in a PR allowing you to compare that commit to the latest commit in that PR.

Source Code:
https://github.com/DTwigs/FilterDiff                    

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

ชื่อ GitHub Enhancement Suite GitHub Enhancement Suite
ID eiehflbilhldhfbnolbnggcapbjmnpmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-enhancement-suite/eiehflbilhldhfbnolbnggcapbjmnpmo
คำอธิบาย A set of tools to enhance the GitHub experience.
ขนาดไฟล์ 56.24 KB
จำนวนการติดตั้ง 260
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2014-02-22
วันที่เผยแพร่ 2014-02-21
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา DTwigs
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Enhancement Suite",
    "version": "0.4",
    "manifest_version": 2,
    "description": "A set of tools to enhance the GitHub experience.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "name": "Initialize GitHub Enhancement Suite",
        "default_icon": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/icon.png"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "css": [
                "mystyles.css"
            ],
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ]
        }
    ]
}