Gitark

The most popular dark theme extension for github

Gitarkคืออะไร?

Gitark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย funny และคุณลักษณะหลักของมันคือ "The most popular dark theme extension for github"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Changes github default light theme to dark one.

Issues : https://github.com/imfunniee/gitark/issues 
Fork it on github : https://github.com/imfunniee/gitark                    

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

ชื่อ Gitark Gitark
ID pajmlahbnmcmbfdmmcacaojpedjcdjgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gitark/pajmlahbnmcmbfdmmcacaojpedjcdjgm
คำอธิบาย The most popular dark theme extension for github
ขนาดไฟล์ 672 KB
จำนวนการติดตั้ง 107
เวอร์ชันปัจจุบัน 0.0.9
อัปเดตครั้งล่าสุด 2019-05-11
วันที่เผยแพร่ 2019-05-11
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา funny
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/imfunniee/gitark
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gitark",
    "version": "0.0.9",
    "short_name": "Gitark",
    "author": "imfunny and community",
    "description": "The most popular dark theme extension for github",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icon3.png",
        "48": "assets\/icon2.png",
        "128": "assets\/icon1.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "src\/content.js"
            ]
        }
    ]
}