Colorize ANSI

Replace

 tags that contains ansi colors with colored 
 tags

Apa itu Colorize ANSI?

Colorize ANSI adalah ekstensi Chrome yang dikembangkan oleh rluvaton, dan fitur utamanya adalah "Replace

 tags that contains ansi colors with colored 
 tags".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Colorize ANSI

Unduh file ekstensi Colorize ANSI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Colorize ANSI in jenkins log preview

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

Informasi Dasar Ekstensi

Nama Colorize ANSI Colorize ANSI
ID hjohibofdldajbdngfdieklopkjhplck
URL Resmi https://chromewebstore.google.com/detail/colorize-ansi/hjohibofdldajbdngfdieklopkjhplck
Deskripsi Replace
 tags that contains ansi colors with colored 
 tags
Ukuran File 29.24 KB
Jumlah Instalasi 141
Versi Saat Ini 0.4.3
Terakhir Diperbarui 2023-11-10
Tanggal Publikasi 2022-12-29
Penilaian 4.86/5 Total 7 Penilaian
Pengembang rluvaton
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/rluvaton/colorize-ansi-browser-extension
URL Halaman Bantuan https://github.com/rluvaton/colorize-ansi-browser-extension/issues
Bahasa yang Didukung 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"
}