Github Dracula Theme
Custom Dracula Theme for Github.
Github Dracula Themeคืออะไร?
Github Dracula Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oguhpereira และคุณลักษณะหลักของมันคือ "Custom Dracula Theme for Github."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Dracula Theme
ดาวน์โหลดไฟล์ส่วนขยาย Github Dracula Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension to change the default variables of the github dark theme to those of the dracula-theme https://github.com/oguhpereira/dracula-github
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fbjkldlneefcgjaepkpifipmakchhmno |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/github-dracula-theme/fbjkldlneefcgjaepkpifipmakchhmno |
คำอธิบาย | Custom Dracula Theme for Github. |
ขนาดไฟล์ | 141 KB |
จำนวนการติดตั้ง | 640 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2022-09-07 |
วันที่เผยแพร่ | 2022-09-07 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | oguhpereira |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/oguhpereira/dracula-github |
URL หน้าช่วยเหลือ | https://github.com/oguhpereira/dracula-github |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Dracula Theme", "version": "1.1.1", "description": "Custom Dracula Theme for Github.", "content_scripts": [ { "css": [ "dracula.css" ], "matches": [ "https:\/\/github.com\/", "https:\/\/github.com\/*", "http:\/\/github.com\/*\/*", "http:\/\/github.com\/*\/*\/*" ], "run_at": "document_start" } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 3 } |