Colorize ANSI
Replace
tags that contains ansi colors with coloredtags
什么是Colorize ANSI?
Colorize ANSI是由rluvaton开发的Chrome扩展程序,该扩展的主要功能是“Replace
tags that contains ansi colors with coloredtags”。
扩展截图
下载Colorize ANSI扩展crx文件
下载Colorize ANSI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Colorize ANSI in jenkins log preview (icon from https://github.com/iliazeus/vscode-ansi)
扩展基本信息
名称 | Colorize ANSI |
ID | hjohibofdldajbdngfdieklopkjhplck |
官方URL | https://chromewebstore.google.com/detail/colorize-ansi/hjohibofdldajbdngfdieklopkjhplck |
简介 | Replace tags that contains ansi colors with coloredtags |
文件大小 | 29.24 KB |
安装次数 | 141 |
当前版本 | 0.4.3 |
更新时间 | 2023-11-10 |
上架时间 | 2022-12-29 |
评分 | 4.86/5 共7次评分 |
开发者 | rluvaton |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/rluvaton/colorize-ansi-browser-extension |
帮助页面URL | https://github.com/rluvaton/colorize-ansi-browser-extension/issues |
支持的语言 | 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" } |