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 https://gableroux.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ansi-colors-chrome-extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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