DevTools Theme: Pure Void
Simple Chrome DevTools theme with a black background.
DevTools Theme: Pure Void là gì?
DevTools Theme: Pure Void là một tiện ích mở rộng Chrome được phát triển bởi Jaidchen, và tính năng chính của nó là "Simple Chrome DevTools theme with a black background.".
Ả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 DevTools Theme: Pure Void
Tải xuống các tệp mở rộng DevTools Theme: Pure Void 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
Installation: - Navigate to chrome://flags, find Developer Tools Experiments and toggle to Enabled. - Reload Chrome. - In DevTools, click the three dots menu, go to Settings -> Experiments and select Allow UI Themes. - Set theme to Dark Mode (this is important, or the theme won't look right). - To set theme to Dark Mode, go to Preferences(In DevTools settings itself) -> Appearance -> Theme and select Dark. - Load a new tab and enjoy your awesome new DevTools theme! Source Code: https://github.com/Jaid/devtools-theme-pure-void
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DevTools Theme: Pure Void |
ID | efpcgcomppkbbmocplgnkneblkffejna |
URL Chính Thức | https://chromewebstore.google.com/detail/devtools-theme-pure-void/efpcgcomppkbbmocplgnkneblkffejna |
Mô tả | Simple Chrome DevTools theme with a black background. |
Kích Thước Tệp | 169 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-12-18 |
Ngày Phát Hành | 2019-12-18 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Jaidchen |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Jaid/devtools-theme-pure-void |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Theme: Pure Void", "version": "1.0.0", "description": "Simple Chrome DevTools theme with a black background.", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/Jaid\/devtools-theme-pure-void", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |