Colorize ANSI

Replace

 tags that contains ansi colors with colored 
 tags

Wat is Colorize ANSI?

Colorize ANSI is een Chrome-extensie ontwikkeld door rluvaton, en de belangrijkste functie is "Replace

 tags that contains ansi colors with colored 
 tags".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Colorize ANSI

Download Colorize ANSI-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

                        Colorize ANSI in jenkins log preview

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

Basisinformatie over de Extensie

Naam Colorize ANSI Colorize ANSI
ID hjohibofdldajbdngfdieklopkjhplck
Officiële URL https://chromewebstore.google.com/detail/colorize-ansi/hjohibofdldajbdngfdieklopkjhplck
Beschrijving Replace
 tags that contains ansi colors with colored 
 tags
Bestandsgrootte 29.24 KB
Aantal Installaties 141
Huidige Versie 0.4.3
Laatst Bijgewerkt 2023-11-10
Publicatiedatum 2022-12-29
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar rluvaton
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/rluvaton/colorize-ansi-browser-extension
Help Pagina-URL https://github.com/rluvaton/colorize-ansi-browser-extension/issues
Ondersteunde Talen 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"
}