Github Tree Structure

To view the changed files as tree structure in Github

Github Tree Structureคืออะไร?

Github Tree Structure เป็นส่วนขยายของ Chrome ที่พัฒนาโดย koshal.kkg1996 และคุณลักษณะหลักของมันคือ "To view the changed files as tree structure in Github"

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

screenshot

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

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

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

                        To view the changed files in a commit or in a pull request as tree structure same as any IDE. Navigate to changed files using this folder structure.                    

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

ชื่อ Github Tree Structure Github Tree Structure
ID klbbdmpjalfgomanmekbpkdhflffjdkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-tree-structure/klbbdmpjalfgomanmekbpkdhflffjdkb
คำอธิบาย To view the changed files as tree structure in Github
ขนาดไฟล์ 67.21 KB
จำนวนการติดตั้ง 183
เวอร์ชันปัจจุบัน 3.8
อัปเดตครั้งล่าสุด 2019-11-15
วันที่เผยแพร่ 2019-11-11
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา koshal.kkg1996
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Tree Structure",
    "version": "3.8",
    "description": "To view the changed files as tree structure in Github",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "css\/*",
        "images\/*"
    ],
    "icons": {
        "16": "images\/folder_16.png",
        "32": "images\/folder_32.png",
        "48": "images\/folder_64.png",
        "128": "images\/folder_128.png"
    },
    "permissions": [
        "",
        "webNavigation",
        "tabs"
    ]
}