Slocher

How many lines does this github-project contain?

Slocherคืออะไร?

Slocher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mads Cordes และคุณลักษณะหลักของมันคือ "How many lines does this github-project contain?"

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

screenshot
screenshot
screenshot

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

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

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

                        Ever wondered how many source lines of code any given github project has? Well, wonder no more! - Simply install this extension and navigate to an arbitrary github project, find *Graphs* and click on *Lines of Code*. It's that simple!                    

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

ชื่อ Slocher Slocher
ID gojlfcmadbmiakoaacndmnindebgdoka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/slocher/gojlfcmadbmiakoaacndmnindebgdoka
คำอธิบาย How many lines does this github-project contain?
ขนาดไฟล์ 14.5 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2015-11-23
วันที่เผยแพร่ 2015-11-23
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Mads Cordes
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Mobilpadde/Slocher
URL หน้าช่วยเหลือ https://github.com/Mobilpadde/Slocher/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slocher",
    "description": "How many lines does this github-project contain?",
    "version": "0.0.4",
    "author": "Mads Cordes",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "32": "assets\/img\/icon32.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*"
            ],
            "css": [
                "assets\/styles\/slocher.css"
            ],
            "js": [
                "assets\/js\/numeral.min.js",
                "assets\/js\/Helper.js",
                "assets\/js\/slocher.js"
            ]
        }
    ]
}