Github Dark theme One Dark with ligatures
This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…
Github Dark theme One Dark with ligaturesคืออะไร?
Github Dark theme One Dark with ligatures เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vladimir Mikhaylovskiy และคุณลักษณะหลักของมันคือ "This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Dark theme One Dark with ligatures
ดาวน์โหลดไฟล์ส่วนขยาย Github Dark theme One Dark with ligatures ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code to support ligatures (requires https://github.com/tonsky/FiraCode installed locally).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github Dark theme One Dark with ligatures |
ID | nibmbfkmlnfmkfohcejnncjonfepppkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk |
คำอธิบาย | This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code… |
ขนาดไฟล์ | 27.25 KB |
จำนวนการติดตั้ง | 382 |
เวอร์ชันปัจจุบัน | 0.11 |
อัปเดตครั้งล่าสุด | 2017-10-19 |
วันที่เผยแพร่ | 2017-10-19 |
คะแนน | 4.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Vladimir Mikhaylovskiy |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/vovanmix/github-dark-theme |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Dark theme One Dark with ligatures", "version": "0.11", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "css": [ "app\/app.css" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |