Monocle

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

O que é Monocle?

Monocle é uma extensão do Chrome desenvolvida por Powpow Shen, e sua principal característica é "A log analysis tool which is an chrome offline extension or web-based online service to help you analyze log or text files.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Monocle

Baixe arquivos de extensão Monocle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Monocle Monocle
ID jfkmdokenohpbpmabdgpehbdglfgphnm
URL Oficial https://chromewebstore.google.com/detail/monocle/jfkmdokenohpbpmabdgpehbdglfgphnm
Descrição A log analysis tool which is an chrome offline extension or web-based online service to help you analyze log or text files.
Tamanho do Arquivo 248 KB
Contagem de Instalações 93
Versão Atual 0.3.2
Última Atualização 2023-05-15
Data de Publicação 2018-02-23
Desenvolvedor Powpow Shen
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://powpow-shen.github.io/Monocle/
Idiomas Suportados 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
}