DevTools Author
A selection of author settings for Chrome Developer Tools.
DevTools Author là gì?
DevTools Author là một tiện ích mở rộng Chrome được phát triển bởi Mike King, và tính năng chính của nó là "A selection of author settings for Chrome Developer Tools.".
Ả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 Author
Tải xuống các tệp mở rộng DevTools Author 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 DevTools as part of your frontend development environment, DevTools Author provides a small set of options to enhance your authoring experience. • Choose from +25 editor themes • Custom font support • Control font size (10px - 22px) /* ------------------------------------------------------------- Installation ----------------------------------------------------------- */ • Add extension • Enable Developer Tools experiments in chrome://flags/#enable-devtools-experiments. Restart Chrome for flags to take effect. • Open DevTools (cmd + opt + I); Settings > Experiments > check Allow custom UI themes • Reload DevTools. Theme selection, font-size, and font-family are configurable in the 'Author Settings' DevTools tab
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DevTools Author |
ID | egfhcfdfnajldliefpdoaojgahefjhhi |
URL Chính Thức | https://chromewebstore.google.com/detail/devtools-author/egfhcfdfnajldliefpdoaojgahefjhhi |
Mô tả | A selection of author settings for Chrome Developer Tools. |
Kích Thước Tệp | 377 KB |
Số Lần Cài Đặt | 8,772 |
Phiên Bản Hiện Tại | 0.6.6 |
Cập Nhật Lần Cuối | 2016-03-30 |
Ngày Phát Hành | 2016-03-29 |
Đánh Giá | 3.92/5 Tổng số 117 Đánh Giá |
Nhà Phát Triển | Mike King |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://mikeking.io/devtools-author/ |
URL Trang Trợ Giúp | https://github.com/micjamking/devtools-author/issues/new |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Author", "description": "A selection of author settings for Chrome Developer Tools.", "permissions": [ "storage" ], "devtools_page": "devtools.html", "manifest_version": 2, "version": "0.6.6", "icons": { "128": "dist\/images\/icon_128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |