Colorize ANSI

Replace

 tags that contains ansi colors with colored 
 tags

Colorize ANSI란 무엇입니까?

Colorize ANSI은(는) rluvaton에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace

 tags that contains ansi colors with colored 
 tags"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Colorize ANSI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Colorize ANSI in jenkins log preview

(icon from https://github.com/iliazeus/vscode-ansi)                    

확장 프로그램 기본 정보

이름 Colorize ANSI Colorize ANSI
ID hjohibofdldajbdngfdieklopkjhplck
공식 URL https://chromewebstore.google.com/detail/colorize-ansi/hjohibofdldajbdngfdieklopkjhplck
설명 Replace
 tags that contains ansi colors with colored 
 tags
파일 크기 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": "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"
}