Colorize ANSI

Replace

 tags that contains ansi colors with colored 
 tags

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 colored 
 tags".

Extension Screenshots

screenshot
screenshot

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 Colorize ANSI
ID hjohibofdldajbdngfdieklopkjhplck
Official URL https://chromewebstore.google.com/detail/colorize-ansi/hjohibofdldajbdngfdieklopkjhplck
Description Replace
 tags that contains ansi colors with colored 
 tags
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 [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": "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"
}