Colorize ANSI
Replace
tags that contains ansi colors with coloredtags
Vad är Colorize ANSI?
Colorize ANSI är en Chrome-tillägg utvecklad av rluvaton, och dess huvudfunktion är "Replace
tags that contains ansi colors with coloredtags".
Tilläggsskärmbilder
Ladda ner Colorize ANSI-förlängningens CRX-fil
Ladda ner Colorize ANSI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Colorize ANSI in jenkins log preview (icon from https://github.com/iliazeus/vscode-ansi)
Grundläggande Information om Tillägg
Namn | Colorize ANSI |
ID | hjohibofdldajbdngfdieklopkjhplck |
Officiell webbadress | https://chromewebstore.google.com/detail/colorize-ansi/hjohibofdldajbdngfdieklopkjhplck |
Beskrivning | Replace tags that contains ansi colors with coloredtags |
Filstorlek | 29.24 KB |
Antal Installationer | 141 |
Aktuell Version | 0.4.3 |
Senast Uppdaterad | 2023-11-10 |
Publiceringsdatum | 2022-12-29 |
Betyg | 4.86/5 Totalt 7 Betyg |
Utvecklare | rluvaton |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/rluvaton/colorize-ansi-browser-extension |
Hjälpsida URL | https://github.com/rluvaton/colorize-ansi-browser-extension/issues |
Stödda Språk | 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" } |