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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}