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.」です。
拡張機能のスクリーンショット
Monocle拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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 } |