Dark Octo Themes
Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Dark Octo Themes là gì?
Dark Octo Themes là một tiện ích mở rộng Chrome được phát triển bởi Craig MacGregor, và tính năng chính của nó là "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dark Octo Themes
Tải xuống các tệp mở rộng Dark Octo Themes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dark Octo Themes |
ID | iahjlgmjhgemeebaflejbgfpojahcnng |
URL Chính Thức | https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng |
Mô tả | Allows you to view source code on GitHub with a dark theme instead of the default light theme. |
Kích Thước Tệp | 365 KB |
Số Lần Cài Đặt | 121 |
Phiên Bản Hiện Tại | 1.17 |
Cập Nhật Lần Cuối | 2020-05-11 |
Ngày Phát Hành | 2020-05-11 |
Đánh Giá | 3.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Craig MacGregor |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://allthingscraig.com |
URL Trang Trợ Giúp | https://github.com/craigerm/dark-octo-themes |
Ngôn Ngữ Được Hỗ Trợ | 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" } |