GitHub Dark Theme
A Dark theme for all of GitHub based on Atom One Dark.
GitHub Dark Themeคืออะไร?
GitHub Dark Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LP Luxtra และคุณลักษณะหลักของมันคือ "A Dark theme for all of GitHub based on Atom One Dark."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Dark Theme
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Dark Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
# About this extension. This package will alternate appearance of all GitHub pages to dark theme with original GitHub themes. GitHub Dark Theme extension doesn't collect/share/care about your data at all. Notice: dark theme applying for GitHub pages. # Privacy Policy. ## Personal data. GitHub Dark Theme had never collected and will never collect any personal data, browsing history etc. In future GitHub Dark Theme may collect browser version, platform name, display settings and user's filter settings (except website list or any other data which can help identify user). This information is needed for decision on implementing new features, removing unused features or suggesting default settings for new users. It will happen only with your permission.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub Dark Theme |
ID | odkdlljoangmamjilkamahebpkgpeacp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-dark-theme/odkdlljoangmamjilkamahebpkgpeacp |
คำอธิบาย | A Dark theme for all of GitHub based on Atom One Dark. |
ขนาดไฟล์ | 246 KB |
จำนวนการติดตั้ง | 24,662 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2023-06-13 |
วันที่เผยแพร่ | 2020-06-24 |
คะแนน | 4.70/5 รวมทั้งหมด 172 คะแนน |
ผู้พัฒนา | LP Luxtra |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://poychang.github.io/github-dark-theme/ |
URL หน้าช่วยเหลือ | https://github.com/poychang/github-dark-theme/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GitHub Dark Theme", "short_name": "GitHub Dark Theme", "description": "A Dark theme for all of GitHub based on Atom One Dark.", "version": "1.2.2", "icons": { "16": "logo\/icon16.png", "48": "logo\/icon48.png", "128": "logo\/icon128.png" }, "options_page": "settings\/settings.html", "action": [], "permissions": [ "scripting", "tabs" ], "host_permissions": [ "https:\/\/github.com\/*" ], "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "js": [ "foreground.js" ], "matches": [ "https:\/\/github.com\/*" ] } ] } |