Slocher

How many lines does this github-project contain?

Slocher là gì?

Slocher là một tiện ích mở rộng Chrome được phát triển bởi Mads Cordes, và tính năng chính của nó là "How many lines does this github-project contain?".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slocher

Tải xuống các tệp mở rộng Slocher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slocher Slocher
ID gojlfcmadbmiakoaacndmnindebgdoka
URL Chính Thức https://chromewebstore.google.com/detail/slocher/gojlfcmadbmiakoaacndmnindebgdoka
Mô tả How many lines does this github-project contain?
Kích Thước Tệp 14.5 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2015-11-23
Ngày Phát Hành 2015-11-23
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Mads Cordes
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Mobilpadde/Slocher
URL Trang Trợ Giúp https://github.com/Mobilpadde/Slocher/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}