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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}