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 |
官方網址 | 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" } |