Colorize ANSI
Replace
tags that contains ansi colors with coloredtags
What is Colorize ANSI?
Colorize ANSI is a Chrome extension developed by rluvaton, and its main feature is "Replace
tags that contains ansi colors with coloredtags".
Extension Screenshots
Download Colorize ANSI Extension CRX File
Download Colorize ANSI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Colorize ANSI in jenkins log preview (icon from https://github.com/iliazeus/vscode-ansi)
Extension Basic Information
Name | Colorize ANSI |
ID | hjohibofdldajbdngfdieklopkjhplck |
Official URL | https://chromewebstore.google.com/detail/colorize-ansi/hjohibofdldajbdngfdieklopkjhplck |
Description | Replace tags that contains ansi colors with coloredtags |
File Size | 29.24 KB |
Installation Count | 141 |
Current Version | 0.4.3 |
Last Updated | 2023-11-10 |
Publish Date | 2022-12-29 |
Rating | 4.86/5 Total 7 Ratings |
Developer | rluvaton |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/rluvaton/colorize-ansi-browser-extension |
Help Page URL | https://github.com/rluvaton/colorize-ansi-browser-extension/issues |
Supported Languages | 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" } |