ansi-colors-chrome-extension

Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome)

Τι είναι το ansi-colors-chrome-extension;

Το ansi-colors-chrome-extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gableroux.com, και η κύρια λειτουργία του είναι "Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome)".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ansi-colors-chrome-extension

Λήψη αρχείων επέκτασης ansi-colors-chrome-extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Convert ANSI characters to colors on the fly / on button click for the lazy ones. This open source plugins reads the content of the page when you click the extension icon and runs rburns/ansi-to-html on the current page to convert from hard to read characters to actual html without ansi codes.

All details and changelog is available on the public repository of this plugin.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ansi-colors-chrome-extension ansi-colors-chrome-extension
ID hpkomngllcnigoocaolicfknnhibnmfi
Επίσημο URL https://chromewebstore.google.com/detail/ansi-colors-chrome-extens/hpkomngllcnigoocaolicfknnhibnmfi
Περιγραφή Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome)
Μέγεθος Αρχείου 308 KB
Αριθμός Εγκαταστάσεων 407
Τρέχουσα Έκδοση 0.0.6
Τελευταία Ενημέρωση 2021-02-16
Ημερομηνία Δημοσίευσης 2017-08-18
Αξιολόγηση 2.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://gableroux.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/GabLeRoux/ansi-colors-chrome-extension
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/GabLeRoux/ansi-colors-chrome-extension/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ansi-colors-chrome-extension",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome)",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "file:\/\/\/*",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "ansi colors chrome extension"
    }
}