View log files
View your log files in your devtools
View log files là gì?
View log files là một tiện ích mở rộng Chrome được phát triển bởi roumi, và tính năng chính của nó là "View your log files in your devtools".
Ả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 View log files
Tải xuống các tệp mở rộng View log files 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
This tool allows users to select a log file and view its contents in real-time directly within the Chrome DevTools, saving developers valuable time and increasing productivity. The extension is designed to streamline the process of log file analysis and make it more accessible to developers. With just a few clicks, users can select the desired log file and immediately start viewing its contents in the Chrome DevTools console. It enables developers to stay on the same page while reviewing log file content. This eliminates the need to switch between multiple tabs or windows, making the process much faster and more efficient.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | View log files |
ID | cdldkblnhehfcobijdkfbebapbbagoeb |
URL Chính Thức | https://chromewebstore.google.com/detail/view-log-files/cdldkblnhehfcobijdkfbebapbbagoeb |
Mô tả | View your log files in your devtools |
Kích Thước Tệp | 53.51 KB |
Số Lần Cài Đặt | 190 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2023-03-29 |
Ngày Phát Hành | 2023-03-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | roumi |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "View log files", "description": "View your log files in your devtools", "version": "1.3", "devtools_page": "devtools.html", "action": { "default_icon": "images\/icon512.png" }, "permissions": [ "offscreen" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |