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?

Monocle是由Powpow Shen开发的Chrome扩展程序,该扩展的主要功能是“A log analysis tool which is an chrome offline extension or web-based online service to help you analyze log or text files.”。

扩展截图

screenshot

下载Monocle扩展crx文件

下载Monocle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Monocle Monocle
ID jfkmdokenohpbpmabdgpehbdglfgphnm
官方URL https://chromewebstore.google.com/detail/monocle/jfkmdokenohpbpmabdgpehbdglfgphnm
简介 A log analysis tool which is an chrome offline extension or web-based online service to help you analyze log or text files.
文件大小 248 KB
安装次数 93
当前版本 0.3.2
更新时间 2023-05-15
上架时间 2018-02-23
开发者 Powpow Shen
电子邮箱 [email protected]
付费类型 free
扩展官网 http://powpow-shen.github.io/Monocle/
支持的语言 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
}