AWS CloudWatch ANSI colors
This extension replaces ANSI escape sequences with the HTML equivalent in AWS CloudWatch (V1 and V2)
ما هو AWS CloudWatch ANSI colors؟
AWS CloudWatch ANSI colors هو إضافة Chrome تم تطويرها بواسطة https://theolebrun.com، والميزة الرئيسية لها هي "This extension replaces ANSI escape sequences with the HTML equivalent in AWS CloudWatch (V1 and V2)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AWS CloudWatch ANSI colors
قم بتنزيل ملفات الامتداد AWS CloudWatch ANSI colors بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension replaces ANSI escape sequences in AWS CloudWatch to make logs easier to read. This is very useful for logs generated by a Spring Boot or Node.js application for example.
معلومات أساسية عن التمديد
الاسم | AWS CloudWatch ANSI colors |
ID | feoelakkoolicldilidmgbhpgabiodcd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aws-cloudwatch-ansi-color/feoelakkoolicldilidmgbhpgabiodcd |
الوصف | This extension replaces ANSI escape sequences with the HTML equivalent in AWS CloudWatch (V1 and V2) |
حجم الملف | 23.75 KB |
عدد التثبيتات | 222 |
النسخة الحالية | 1.6 |
آخر تحديث | 2023-11-29 |
تاريخ النشر | 2020-06-03 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | https://theolebrun.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Falydoor/aws-cloudwatch-ansi-colors |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AWS CloudWatch ANSI colors", "version": "1.6", "description": "This extension replaces ANSI escape sequences with the HTML equivalent in AWS CloudWatch (V1 and V2)", "manifest_version": 3, "author": "Theo Lebrun", "homepage_url": "https:\/\/github.com\/Falydoor\/aws-cloudwatch-ansi-colors", "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/*.console.aws.amazon.com\/cloudwatch\/home?region=*" ], "run_at": "document_end", "js": [ "main.js" ] } ], "icons": { "128": "icon128.png" } } |