Better Github

Enhance your code reading experience on GitHub

Better Github là gì?

Better Github là một tiện ích mở rộng Chrome được phát triển bởi ceoshikhar, và tính năng chính của nó là "Enhance your code reading experience on GitHub".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Better Github 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

                        This extensions allows you to change font and it's size of code text on GitHub. You have to provide a font name and size to be applied to all code text on GitHub.                    

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

Tên Better Github Better Github
ID ammeaejgjdeifjekkofhnliedhccbmgp
URL Chính Thức https://chromewebstore.google.com/detail/better-github/ammeaejgjdeifjekkofhnliedhccbmgp
Mô tả Enhance your code reading experience on GitHub
Kích Thước Tệp 59.88 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-01-16
Ngày Phát Hành 2021-05-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ceoshikhar
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ceoshikhar/better-github
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Github",
    "version": "1.2.0",
    "description": "Enhance your code reading experience on GitHub",
    "content_scripts": [
        {
            "js": [
                "better-github.js"
            ],
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/gist.github.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Better Github",
        "default_icon": ".\/assets\/favicon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    }
}