Monocle

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

Was ist Monocle?

Monocle ist eine Chrome-Erweiterung, die von Powpow Shen entwickelt wurde, und ihr Hauptmerkmal ist "A log analysis tool which is an chrome offline extension or web-based online service to help you analyze log or text files.".

Erweiterungsscreenshots

screenshot

Monocle-Erweiterungs-CRX-Datei herunterladen

Laden Sie Monocle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Monocle Monocle
ID jfkmdokenohpbpmabdgpehbdglfgphnm
Offizielle URL https://chromewebstore.google.com/detail/monocle/jfkmdokenohpbpmabdgpehbdglfgphnm
Beschreibung A log analysis tool which is an chrome offline extension or web-based online service to help you analyze log or text files.
Dateigröße 248 KB
Installationsanzahl 93
Aktuelle Version 0.3.2
Letztes Update 2023-05-15
Veröffentlichungsdatum 2018-02-23
Entwickler Powpow Shen
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://powpow-shen.github.io/Monocle/
Unterstützte Sprachen 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
}