Colorize ANSI
Replace
tags that contains ansi colors with coloredtags
Hvad er Colorize ANSI?
Colorize ANSI er en Chrome-udvidelse udviklet af rluvaton, og dens hovedfunktion er "Replace
tags that contains ansi colors with coloredtags".
Udvidelsesskærmbilleder
Download Colorize ANSI-udvidelses-CRX-fil
Download Colorize ANSI-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Colorize ANSI in jenkins log preview (icon from https://github.com/iliazeus/vscode-ansi)
Grundlæggende oplysninger om udvidelsen
Navn | Colorize ANSI |
ID | hjohibofdldajbdngfdieklopkjhplck |
Officiel URL | https://chromewebstore.google.com/detail/colorize-ansi/hjohibofdldajbdngfdieklopkjhplck |
Beskrivelse | Replace tags that contains ansi colors with coloredtags |
Filstørrelse | 29.24 KB |
Antal Installationer | 141 |
Nuværende Version | 0.4.3 |
Senest Opdateret | 2023-11-10 |
Udgivelsesdato | 2022-12-29 |
Bedømmelse | 4.86/5 Samlet 7 Bedømmelser |
Udvikler | rluvaton |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/rluvaton/colorize-ansi-browser-extension |
Hjælpeside-URL | https://github.com/rluvaton/colorize-ansi-browser-extension/issues |
Understøttede Sprog | 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": "Replacetags that contains ansi colors with coloredtags", "permissions": [ "activeTab", "scripting", "webNavigation" ], "host_permissions": [ "*:\/\/*\/" ], "background": { "service_worker": ".\/dist\/background.js" }, "homepage_url": "https:\/\/github.com\/rluvaton\/colorize-ansi-browser-extension" } |