AWS CloudWatch ANSI colors
This extension replaces ANSI escape sequences with the HTML equivalent in AWS CloudWatch (V1 and V2)
Hvad er AWS CloudWatch ANSI colors?
AWS CloudWatch ANSI colors er en Chrome-udvidelse udviklet af https://theolebrun.com, og dens hovedfunktion er "This extension replaces ANSI escape sequences with the HTML equivalent in AWS CloudWatch (V1 and V2)".
Udvidelsesskærmbilleder
Download AWS CloudWatch ANSI colors-udvidelses-CRX-fil
Download AWS CloudWatch ANSI colors-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | feoelakkoolicldilidmgbhpgabiodcd |
Officiel URL | https://chromewebstore.google.com/detail/aws-cloudwatch-ansi-color/feoelakkoolicldilidmgbhpgabiodcd |
Beskrivelse | This extension replaces ANSI escape sequences with the HTML equivalent in AWS CloudWatch (V1 and V2) |
Filstørrelse | 23.75 KB |
Antal Installationer | 222 |
Nuværende Version | 1.6 |
Senest Opdateret | 2023-11-29 |
Udgivelsesdato | 2020-06-03 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | https://theolebrun.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Falydoor/aws-cloudwatch-ansi-colors |
Understøttede Sprog | 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" } } |