Log Enhancer
A tool that allows you to highlight or remove multiple log lines for enhanced parsing
Log Enhancer là gì?
Log Enhancer là một tiện ích mở rộng Chrome được phát triển bởi erictsai6, và tính năng chính của nó là "A tool that allows you to highlight or remove multiple log lines for enhanced parsing".
Ả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 Log Enhancer
Tải xuống các tệp mở rộng Log Enhancer 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 chrome extension will give the user the ability to highlight with custom colors (or remove) log lines based on user-input regex. This improves readability and reduces the risk of missing something due to user error.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Log Enhancer |
ID | hnnbfgknkenllhlcboidljkaebgebjjk |
URL Chính Thức | https://chromewebstore.google.com/detail/log-enhancer/hnnbfgknkenllhlcboidljkaebgebjjk |
Mô tả | A tool that allows you to highlight or remove multiple log lines for enhanced parsing |
Kích Thước Tệp | 53.8 KB |
Số Lần Cài Đặt | 131 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2023-08-23 |
Ngày Phát Hành | 2021-06-01 |
Nhà Phát Triển | erictsai6 |
[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", "name": "Log Enhancer", "version": "2.0.0", "manifest_version": 3, "description": "A tool that allows you to highlight or remove multiple log lines for enhanced parsing", "homepage_url": "https:\/\/github.com\/erictsai6\/log-enhancer-chrome-ext", "minimum_chrome_version": "88", "icons": { "16": "icons\/16.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "background": { "service_worker": "build-background.js" }, "action": { "default_popup": "index.html" }, "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ] } |