Github code folding

Add code folding functionality on github for code indented using 2 spaces

Github code foldingคืออะไร?

Github code folding เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan Harkins และคุณลักษณะหลักของมันคือ "Add code folding functionality on github for code indented using 2 spaces"

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

screenshot

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

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

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

                                            

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

ชื่อ Github code folding Github code folding
ID iokmjnihlfnchffcmjihafillepmhogk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-code-folding/iokmjnihlfnchffcmjihafillepmhogk
คำอธิบาย Add code folding functionality on github for code indented using 2 spaces
ขนาดไฟล์ 14.7 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-05-23
วันที่เผยแพร่ 2015-05-23
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Ryan Harkins
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github code folding",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Add code folding functionality on github for code indented using 2 spaces",
    "homepage_url": "http:\/\/github.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}