Better Github

Enhance your code reading experience on GitHub

Better Githubคืออะไร?

Better Github เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ceoshikhar และคุณลักษณะหลักของมันคือ "Enhance your code reading experience on GitHub"

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

screenshot
screenshot

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

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

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

                        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.                    

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

ชื่อ Better Github Better Github
ID ammeaejgjdeifjekkofhnliedhccbmgp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-github/ammeaejgjdeifjekkofhnliedhccbmgp
คำอธิบาย Enhance your code reading experience on GitHub
ขนาดไฟล์ 59.88 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2022-01-16
วันที่เผยแพร่ 2021-05-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา ceoshikhar
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ceoshikhar/better-github
ภาษาที่รองรับ 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"
    }
}