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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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 } |