Chrome Devtools Styler
Change Chrome Devtool Styles
Chrome Devtools Styler là gì?
Chrome Devtools Styler là một tiện ích mở rộng Chrome được phát triển bởi Ajinkya Bijwe, và tính năng chính của nó là "Change Chrome Devtool Styles".
Ả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 Chrome Devtools Styler
Tải xuống các tệp mở rộng Chrome Devtools Styler 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
Devtools Styler to change chrome devtools font and font size. Issue: If devtools tabs have ellipses in title after setting devtools font do zoom in and zoom out in devtools to restore tab details properly Steps Before Installation : 1. Open new tab enter URL "chrome://flags/devtools#enable-devtools-experiments" and enable 'Developer Tools Experiments'. 2. Open devtools by pressing F12. 3. Press F1 to open chrome devtools settings then in 'Experiments Tab' enable 'Allow Custom UI Themes'. 3. Open "Devtools Styler" tab in devtools and set preferred options. 4. Press CTRL + S or Save Button to Save 5. Restart chrome devtools to apply settings.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chrome Devtools Styler |
ID | geneoacljdknpjlgnlcnhipjgigolpih |
URL Chính Thức | https://chromewebstore.google.com/detail/chrome-devtools-styler/geneoacljdknpjlgnlcnhipjgigolpih |
Mô tả | Change Chrome Devtool Styles |
Kích Thước Tệp | 262 KB |
Số Lần Cài Đặt | 783 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2020-06-11 |
Ngày Phát Hành | 2020-06-10 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Ajinkya Bijwe |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/AjinkyaBijwe/Chrome-Devtools-Styler |
URL Trang Trợ Giúp | https://github.com/AjinkyaBijwe/Chrome-Devtools-Styler/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Devtools Styler", "version": "1.1.2", "description": "Change Chrome Devtool Styles", "devtools_page": "index.html", "manifest_version": 2, "permissions": [ "storage" ], "web_accessible_resources": [ "assets\/css\/*", "assets\/fonts\/*", "assets\/img\/*" ], "icons": { "16": "assets\/img\/icon.png", "48": "assets\/img\/icon.png", "128": "assets\/img\/icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |