GitHub SLOC

Display SLOC on GitHub

GitHub SLOCคืออะไร?

GitHub SLOC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย martianyi และคุณลักษณะหลักของมันคือ "Display SLOC on GitHub"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Display source lines of code on GitHub. See website for more.                    

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

ชื่อ GitHub SLOC GitHub SLOC
ID fkjjjamhihnjmihibcmdnianbcbccpnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-sloc/fkjjjamhihnjmihibcmdnianbcbccpnn
คำอธิบาย Display SLOC on GitHub
ขนาดไฟล์ 826 KB
จำนวนการติดตั้ง 470
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2020-08-20
วันที่เผยแพร่ 2018-09-09
คะแนน 3.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา martianyi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/martianyi/github-sloc
URL หน้าช่วยเหลือ https://github.com/martianyi/github-sloc/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub SLOC",
    "version": "1.4.0",
    "description": "Display SLOC on GitHub",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "options.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/inject.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "*:\/\/*.github.com\/*"
    ]
}

ส่วนขยายที่เกี่ยวข้อง