Dark Octo Themes
Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Dark Octo Themesคืออะไร?
Dark Octo Themes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Craig MacGregor และคุณลักษณะหลักของมันคือ "Allows you to view source code on GitHub with a dark theme instead of the default light theme."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Octo Themes
ดาวน์โหลดไฟล์ส่วนขยาย Dark Octo Themes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you use github extensively, but prefer a darker theme when viewing source code, this app can do just that! Install it and you will be presented with a vibrantink theme for all source code files and diffs while viewing github.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dark Octo Themes |
ID | iahjlgmjhgemeebaflejbgfpojahcnng |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng |
คำอธิบาย | Allows you to view source code on GitHub with a dark theme instead of the default light theme. |
ขนาดไฟล์ | 365 KB |
จำนวนการติดตั้ง | 121 |
เวอร์ชันปัจจุบัน | 1.17 |
อัปเดตครั้งล่าสุด | 2020-05-11 |
วันที่เผยแพร่ | 2020-05-11 |
คะแนน | 3.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Craig MacGregor |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://allthingscraig.com |
URL หน้าช่วยเหลือ | https://github.com/craigerm/dark-octo-themes |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Octo Themes", "version": "1.17", "manifest_version": 2, "description": "Allows you to view source code on GitHub with a dark theme instead of the default light theme.", "icons": { "128": "src\/images\/icon.png" }, "background": { "scripts": [ "src\/js\/applyTheme.js", "src\/js\/themeStorage.js" ] }, "permissions": [ "activeTab", "https:\/\/gist.github.com\/*", "https:\/\/github.com\/*" ], "options_page": "src\/options.html" } |