Colorize ANSI

Replace

 tags that contains ansi colors with colored 
 tags

Colorize ANSIคืออะไร?

Colorize ANSI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rluvaton และคุณลักษณะหลักของมันคือ "Replace

 tags that contains ansi colors with colored 
 tags"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colorize ANSI

ดาวน์โหลดไฟล์ส่วนขยาย Colorize ANSI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}