Colorize ANSI

Replace

 tags that contains ansi colors with colored 
 tags

Was ist Colorize ANSI?

Colorize ANSI ist eine Chrome-Erweiterung, die von rluvaton entwickelt wurde, und ihr Hauptmerkmal ist "Replace

 tags that contains ansi colors with colored 
 tags".

Erweiterungsscreenshots

screenshot
screenshot

Colorize ANSI-Erweiterungs-CRX-Datei herunterladen

Laden Sie Colorize ANSI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Colorize ANSI in jenkins log preview

(icon from https://github.com/iliazeus/vscode-ansi)                    

Grundlegende Informationen zur Erweiterung

Name Colorize ANSI Colorize ANSI
ID hjohibofdldajbdngfdieklopkjhplck
Offizielle URL https://chromewebstore.google.com/detail/colorize-ansi/hjohibofdldajbdngfdieklopkjhplck
Beschreibung Replace
 tags that contains ansi colors with colored 
 tags
Dateigröße 29.24 KB
Installationsanzahl 141
Aktuelle Version 0.4.3
Letztes Update 2023-11-10
Veröffentlichungsdatum 2022-12-29
Bewertung 4.86/5 Insgesamt 7 Bewertungen
Entwickler rluvaton
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/rluvaton/colorize-ansi-browser-extension
Hilfeseite URL https://github.com/rluvaton/colorize-ansi-browser-extension/issues
Unterstützte Sprachen en
manifest.json
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Colorize ANSI", "manifest_version": 3, "action": [], "version": "0.4.3", "icons": { "128": "images\/icons\/icon-128.png" }, "description": "Replace 
 tags that contains ansi colors with colored 
 tags",
    "permissions": [
        "activeTab",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "background": {
        "service_worker": ".\/dist\/background.js"
    },
    "homepage_url": "https:\/\/github.com\/rluvaton\/colorize-ansi-browser-extension"
}