Monocle

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

Cos'è Monocle?

Monocle è un'estensione di Chrome sviluppata da Powpow Shen, e la sua funzione principale è "A log analysis tool which is an chrome offline extension or web-based online service to help you analyze log or text files.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Monocle

Scarica i file di estensione Monocle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Monocle Monocle
ID jfkmdokenohpbpmabdgpehbdglfgphnm
URL Ufficiale https://chromewebstore.google.com/detail/monocle/jfkmdokenohpbpmabdgpehbdglfgphnm
Descrizione A log analysis tool which is an chrome offline extension or web-based online service to help you analyze log or text files.
Dimensione del File 248 KB
Conteggio Installazioni 93
Versione Corrente 0.3.2
Ultimo Aggiornamento 2023-05-15
Data di Pubblicazione 2018-02-23
Sviluppatore Powpow Shen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://powpow-shen.github.io/Monocle/
Lingue Supportate 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
}