Log Enhancer

A tool that allows you to highlight or remove multiple log lines for enhanced parsing

Wat is Log Enhancer?

Log Enhancer is een Chrome-extensie ontwikkeld door erictsai6, en de belangrijkste functie is "A tool that allows you to highlight or remove multiple log lines for enhanced parsing".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Log Enhancer

Download Log Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This chrome extension will give the user the ability to highlight with custom colors (or remove) log lines based on user-input regex.  This improves readability and reduces the risk of missing something due to user error.                    

Basisinformatie over de Extensie

Naam Log Enhancer Log Enhancer
ID hnnbfgknkenllhlcboidljkaebgebjjk
Officiële URL https://chromewebstore.google.com/detail/log-enhancer/hnnbfgknkenllhlcboidljkaebgebjjk
Beschrijving A tool that allows you to highlight or remove multiple log lines for enhanced parsing
Bestandsgrootte 53.8 KB
Aantal Installaties 131
Huidige Versie 2.0.0
Laatst Bijgewerkt 2023-08-23
Publicatiedatum 2021-06-01
Ontwikkelaar erictsai6
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Log Enhancer",
    "version": "2.0.0",
    "manifest_version": 3,
    "description": "A tool that allows you to highlight or remove multiple log lines for enhanced parsing",
    "homepage_url": "https:\/\/github.com\/erictsai6\/log-enhancer-chrome-ext",
    "minimum_chrome_version": "88",
    "icons": {
        "16": "icons\/16.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "build-background.js"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}