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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |