Monocle

A log analysis tool which is an chrome offline extension or web-based online service to help you analyze log or text files.

Monocle là gì?

Monocle là một tiện ích mở rộng Chrome được phát triển bởi Powpow Shen, và tính năng chính của nó là "A log analysis tool which is an chrome offline extension or web-based online service to help you analyze log or text files.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Monocle

Tải xuống các tệp mở rộng Monocle 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 extension is a simplified web version of TextAnalysisTool.NET (https://textanalysistool.github.io/), so it can be used on most modern platforms including mac and linux distributions.
Just drag and drop a text or log file to the droppable area, and then feel free to add and remove your filters to help you analyze the file.

You can also check "Show Only filtered lines" to show fewer lines.

If you also want to use it in other browsers, try the online version (No data will be collected).
http://shihshen.github.io/Monocle/

The source code is open. Please report bugs/features on the [github] (https://github.com/shihshen/Monocle)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Monocle Monocle
ID jfkmdokenohpbpmabdgpehbdglfgphnm
URL Chính Thức https://chromewebstore.google.com/detail/monocle/jfkmdokenohpbpmabdgpehbdglfgphnm
Mô tả A log analysis tool which is an chrome offline extension or web-based online service to help you analyze log or text files.
Kích Thước Tệp 248 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2023-05-15
Ngày Phát Hành 2018-02-23
Nhà Phát Triển Powpow Shen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://powpow-shen.github.io/Monocle/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Monocle",
    "version": "0.3.2",
    "description": "A log analysis tool which is an chrome offline extension or web-based online service to help you analyze log or text files.",
    "permissions": [],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_icon": "icons\/icon_32.png"
    },
    "background": {
        "service_worker": "start.js"
    },
    "offline_enabled": true
}