Github dark theme

This extension provides a simple dark theme for github.com

Github dark themeคืออะไร?

Github dark theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย benrlodge และคุณลักษณะหลักของมันคือ "This extension provides a simple dark theme for github.com"

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

screenshot

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

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

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

                        This extension provides a simple dark theme for github.com as an alternative to the default light theme.                    

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

ชื่อ Github dark theme Github dark theme
ID llhodmljacflfmfdhpfkjlohlfgflhga
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/github-dark-theme/llhodmljacflfmfdhpfkjlohlfgflhga
คำอธิบาย This extension provides a simple dark theme for github.com
ขนาดไฟล์ 80.86 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-01-17
วันที่เผยแพร่ 2015-01-17
คะแนน 2.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา benrlodge
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github dark theme",
    "description": "This extension provides a simple dark theme for github.com",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*",
                "https:\/\/www.github.com\/*\/*"
            ],
            "css": [
                "darktheme.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}