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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Monocle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}