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 - это расширение Chrome, разработанное Powpow Shen, и его основная функция - "A log analysis tool which is an chrome offline extension or web-based online service to help you analyze log or text files.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Monocle

Скачайте файлы расширений 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
}